1
Fork 0
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:
Steffo 2021-04-19 04:06:32 +02:00
parent 98a2681a7d
commit 54e71de585
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -217,8 +217,8 @@ class ConversationListImplementation(PDAImplementation, metaclass=abc.ABCMeta):
except Exception:
try:
await self._handle_conversation_exc(
dispenser=dispenser,
conv=conv,
dispenser,
conv,
*sys.exc_info(),
)
except Exception as exception: