mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 00:22:56 +00:00
Fixes module unload & adds host, port and allow-remote-console command line args.
This commit is contained in:
@ -106,6 +106,7 @@ class BaseManager:
|
||||
|
||||
if hasattr(BaseManager, "_instance"):
|
||||
BaseManager._instance = None
|
||||
log.debug("Module {} unloaded".format(self.module_name))
|
||||
|
||||
def get_vm(self, uuid):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user