diff --git a/appPublic/event_dispatcher.py b/appPublic/event_dispatcher.py index 49e6e13..752478d 100644 --- a/appPublic/event_dispatcher.py +++ b/appPublic/event_dispatcher.py @@ -150,7 +150,7 @@ class EventDispatcher: ) if self.log_traceback: - debug(f'{trackback.format_exc()}') + debug(f'{traceback.format_exc()}') # traceback.print_exc() await self._run_error_handler(