mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
🐛 Fix _handle_conversation_exc
This commit is contained in:
parent
98a2681a7d
commit
54e71de585
1 changed files with 2 additions and 2 deletions
|
@ -217,8 +217,8 @@ class ConversationListImplementation(PDAImplementation, metaclass=abc.ABCMeta):
|
||||||
except Exception:
|
except Exception:
|
||||||
try:
|
try:
|
||||||
await self._handle_conversation_exc(
|
await self._handle_conversation_exc(
|
||||||
dispenser=dispenser,
|
dispenser,
|
||||||
conv=conv,
|
conv,
|
||||||
*sys.exc_info(),
|
*sys.exc_info(),
|
||||||
)
|
)
|
||||||
except Exception as exception:
|
except Exception as exception:
|
||||||
|
|
Loading…
Reference in a new issue