fix(backend_server.py): call _initialize_handlers() on init
This commit is contained in:
@@ -53,6 +53,7 @@ class BackendServer:
|
|||||||
self.message_handlers: dict[
|
self.message_handlers: dict[
|
||||||
tuple[Category, ActionType], Callable[[Client, Message], None]
|
tuple[Category, ActionType], Callable[[Client, Message], None]
|
||||||
] = {}
|
] = {}
|
||||||
|
self._initialize_handlers()
|
||||||
|
|
||||||
self.running: bool = False
|
self.running: bool = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user