1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
pyTelegramBotAPI/telebot
Andru1999 2b822f782d
Update __init__.py
I find bug when I use your library without threading. If call bot.register_next_step_handler in function that register next_handler in next_step_handlers but in function _notify_next_handlers this delete and bot don`t have handler, but in threading mode function self.next_step_handlers.pop(chat_id, None) has time to eval self.next_step_handlers.pop(chat_id, None) and bug disappear. Sorry for my English
2018-07-22 00:31:02 +10:00
..
__init__.py Update __init__.py 2018-07-22 00:31:02 +10:00
apihelper.py Renaming back pytelegrambotapi module to telebot 2018-04-28 13:50:59 +03:00
types.py html_text fix and html_caption 2018-05-14 13:29:34 +03:00
util.py rename async -> async_dec 2018-07-02 18:13:11 +03:00