1
0
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:
Julien Duponchelle 2016-08-31 10:42:45 +02:00
parent ff61f79a88
commit 0a08ea05d6
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

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