mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Fix update dispatcher stops after first error
This commit is contained in:
parent
11c0dc45f2
commit
c15d07aa16
|
@ -145,7 +145,6 @@ async def dispatcher(client: Client) -> None:
|
||||||
client._config.base_logger.exception(
|
client._config.base_logger.exception(
|
||||||
"unhandled exception in event handler; this is probably a bug in your code, not telethon"
|
"unhandled exception in event handler; this is probably a bug in your code, not telethon"
|
||||||
)
|
)
|
||||||
raise
|
|
||||||
|
|
||||||
|
|
||||||
async def dispatch_next(client: Client) -> None:
|
async def dispatch_next(client: Client) -> None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user