1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update async_telebot.py

This commit is contained in:
_run 2022-07-15 22:06:18 +05:00 committed by GitHub
parent 2fcfdc2584
commit 1efe465e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,6 +351,7 @@ class AsyncTeleBot:
if self.exception_handler:
self.exception_handler.handle(e)
else: logger.error(str(e))
break
if middlewares: