mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix example on chat_member, fix middleware-exception for async
This commit is contained in:
@ -318,7 +318,7 @@ class AsyncTeleBot:
|
||||
except Exception as e:
|
||||
handler_error = e
|
||||
|
||||
if not middleware:
|
||||
if not middlewares:
|
||||
if self.exception_handler:
|
||||
return self.exception_handler.handle(e)
|
||||
logging.error(str(e))
|
||||
|
Reference in New Issue
Block a user