mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 11:02:29 +00:00
Fix update dispatcher stops after first error
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user