mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-20 16:20:18 +00:00
Use aiosqlite and add service for templates
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
class ControllerError(Exception):
|
||||
|
||||
def __init__(self, message: str):
|
||||
super().__init__(message)
|
||||
super().__init__()
|
||||
self._message = message
|
||||
|
||||
def __repr__(self):
|
||||
|
Reference in New Issue
Block a user