mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
🐛 the same bug again
This commit is contained in:
parent
838573d180
commit
31bbed59b0
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class ConversationListImplementation(PDAImplementation, metaclass=abc.ABCMeta):
|
|||
|
||||
msg = [
|
||||
f"Unhandled {etype.__qualname__} in {conv!r} running in {dispenser!r}: {exception!r}",
|
||||
traceback.format_tb(etb),
|
||||
*traceback.format_tb(etb),
|
||||
]
|
||||
self.log.error("\n".join(msg))
|
||||
|
||||
|
|
Loading…
Reference in a new issue