From c15d07aa1663ab8be257c272ce129bc4c4b159b4 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sat, 16 Mar 2024 23:45:47 +0100 Subject: [PATCH] Fix update dispatcher stops after first error --- client/src/telethon/_impl/client/client/updates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/telethon/_impl/client/client/updates.py b/client/src/telethon/_impl/client/client/updates.py index 31253311..ced4e73f 100644 --- a/client/src/telethon/_impl/client/client/updates.py +++ b/client/src/telethon/_impl/client/client/updates.py @@ -145,7 +145,6 @@ async def dispatcher(client: Client) -> None: client._config.base_logger.exception( "unhandled exception in event handler; this is probably a bug in your code, not telethon" ) - raise async def dispatch_next(client: Client) -> None: