mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 16:41:04 +00:00
Launch projects marked for auto open after SIGHUP is received
This commit is contained in:
parent
42cda3af2b
commit
91570f475f
@ -154,6 +154,7 @@ class Controller:
|
||||
self.remove_project(project)
|
||||
|
||||
await self.load_projects()
|
||||
await self._project_auto_open()
|
||||
|
||||
def check_can_write_config(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user