mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix issue with post_process in async not receiving the error
This commit is contained in:
parent
af3a98057f
commit
67e3774e8e
@ -536,6 +536,7 @@ class AsyncTeleBot:
|
||||
if not isinstance(result, ContinueHandling):
|
||||
break
|
||||
except Exception as e:
|
||||
handler_error = e
|
||||
if self.exception_handler:
|
||||
self.exception_handler.handle(e)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user