This commit is contained in:
yumoqing 2026-05-16 16:44:08 +08:00
parent 6cf4dbb8cc
commit afe7637966

View File

@ -150,7 +150,7 @@ class EventDispatcher:
) )
if self.log_traceback: if self.log_traceback:
debug(f'{trackback.format_exc()}') debug(f'{traceback.format_exc()}')
# traceback.print_exc() # traceback.print_exc()
await self._run_error_handler( await self._run_error_handler(