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:
parent
194bf6e95d
commit
8c6f81546c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user