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