From afe7637966f2a41ce7d8aa9cf48da92c5ccb5a63 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 16 May 2026 16:44:08 +0800 Subject: [PATCH] bugfix --- appPublic/event_dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(