mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 03:00:14 +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(
|
||||
"unhandled exception in event handler; this is probably a bug in your code, not telethon"
|
||||
)
|
||||
raise
|
||||
|
||||
|
||||
async def dispatch_next(client: Client) -> None:
|
||||
|
Reference in New Issue
Block a user