mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 05:13:49 +02:00
parent
45d7e09cbd
commit
411ca56b94
@ -49,7 +49,7 @@ class ServerHandler:
|
|||||||
|
|
||||||
# close all the projects first
|
# close all the projects first
|
||||||
controller = Controller.instance()
|
controller = Controller.instance()
|
||||||
projects = controller.projects
|
projects = controller.projects.values()
|
||||||
|
|
||||||
tasks = []
|
tasks = []
|
||||||
for project in projects:
|
for project in projects:
|
||||||
|
Loading…
Reference in New Issue
Block a user