Forgot the actual try catch clause

This commit is contained in:
JosXa 2018-02-20 15:14:44 +01:00
parent 2bd63f7887
commit f3d5d71c63

View File

@ -1785,6 +1785,7 @@ class TelegramClient(TelegramBareClient):
except StopPropagation:
__log__.info("Event handler '{}' stopped chain of propagation for update {}.".format(
callback.__name__, type(update).__name__))
break
def add_event_handler(self, callback, event):
"""