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

A typo fixed

This commit is contained in:
_run 2022-07-11 23:24:22 +05:00
parent 194bf6e95d
commit 8c6f81546c

View File

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