mirror of
https://github.com/LonamiWebs/Telethon
synced 2025-08-29 13:27:48 +00: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…
x
Reference in New Issue
Block a user