1
0
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:
_run
2023-07-08 23:23:23 +05:00
committed by GitHub
parent af3a98057f
commit 67e3774e8e

View File

@ -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: