mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 00:22:56 +00:00
@ -153,7 +153,7 @@ class ProjectHandler:
|
||||
|
||||
pm = ProjectManager.instance()
|
||||
project = pm.get_project(request.match_info["project_id"])
|
||||
if ProjectHandler._notifications_listening == 0:
|
||||
if ProjectHandler._notifications_listening <= 1:
|
||||
yield from project.close()
|
||||
pm.remove_project(project.id)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user