Compare commits

..

No commits in common. "4b261543ed1cf5d62578a5fff3092c2083dd5e17" and "9990e18982b6a05a78a429801efda58221403f4e" have entirely different histories.

2
bot.py
View File

@ -64,7 +64,7 @@ class Core(TasksHandlerMixin):
self.send_message('🤖 Поиски собеседника продолжаются')
def send_message(self, text, chat_id=None, reply_markup=None, remove_keyboard=True):
if not text:
if text is None:
return
if reply_markup is None and remove_keyboard:
reply_markup = ReplyKeyboardRemove()