mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix project loading
This commit is contained in:
parent
ff61f79a88
commit
0a08ea05d6
@ -74,6 +74,7 @@ class Controller:
|
||||
password=server_config.get("password", ""),
|
||||
force=True)
|
||||
yield from self.gns3vm.auto_start_vm()
|
||||
yield from self.load_projects()
|
||||
|
||||
@asyncio.coroutine
|
||||
def stop(self):
|
||||
|
Loading…
Reference in New Issue
Block a user