mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-19 07:48:10 +00:00
Attribute mac address
This commit is contained in:
@ -49,13 +49,6 @@ class BaseManager:
|
||||
cls._instance = cls()
|
||||
return cls._instance
|
||||
|
||||
def __del__(self):
|
||||
self.destroy()
|
||||
|
||||
def destroy():
|
||||
"""Cleanup the VMS. Call this before closing the server"""
|
||||
cls._instance()
|
||||
|
||||
@property
|
||||
def module_name(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user