1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-11 08:30:57 +00:00

Launch projects marked for auto open after SIGHUP is received

This commit is contained in:
grossmj 2021-03-05 14:47:20 +10:30
parent 42cda3af2b
commit 91570f475f

View File

@ -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):
"""