mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 13:23:48 +02: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)
|
self.remove_project(project)
|
||||||
|
|
||||||
await self.load_projects()
|
await self.load_projects()
|
||||||
|
await self._project_auto_open()
|
||||||
|
|
||||||
def check_can_write_config(self):
|
def check_can_write_config(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user