Explorar el Código

Fixed /o for choice of russian names

master
Mikhail Chernov hace 8 años
padre
commit
99e140abf7
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      magic-judge-telegram-bot.py

+ 3
- 1
magic-judge-telegram-bot.py Ver fichero

@@ -144,7 +144,9 @@ def callback_name(bot, update):
message_id = update.callback_query.message.message_id
chat_id = update.callback_query.message.chat.id
name = update.callback_query.data
if not name in oracleData:

if not name in names:
bot.answerCallbackQuery(update.callback_query.id)
return

bot.editMessageText(

Cargando…
Cancelar
Guardar