Fix update dispatcher stops after first error

This commit is contained in:
Lonami Exo 2024-03-16 23:45:47 +01:00
parent 11c0dc45f2
commit c15d07aa16

View File

@ -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: