This commit is contained in:
Fabio Manganiello 2021-07-27 00:11:57 +02:00
parent 0f37102ce4
commit 286bab7489
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Bus(object):
threading.Thread(target=self._msg_executor(msg)).start()
logger.info('Bus service stoppped')
logger.info('Bus service stopped')
def register_handler(self, event_type: Type[Event], handler: Callable[[Event], None]) -> Callable[[], None]:
"""