1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Bug fix for edited_channel_post_handler.

This commit is contained in:
eternnoir 2017-03-04 21:30:07 +08:00
parent f8f0e0c343
commit 76a48ffe82

View File

@ -798,7 +798,7 @@ class TeleBot:
func=func, func=func,
content_types=content_types, content_types=content_types,
**kwargs) **kwargs)
self.add_edited_message_handler(handler_dict) self.add_edited_channel_post_handler(handler_dict)
return handler return handler
return decorator return decorator