Преглед изворни кода

Fixed: call to undefined 'question'

master
Alexey Chernyshov пре 7 година
родитељ
комит
138748803d
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      src/magic-judge-telegram-bot.py

+ 2
- 1
src/magic-judge-telegram-bot.py Прегледај датотеку

@@ -137,7 +137,8 @@ def text(bot, update):
if len(text) < 30:
oracle_command(bot, update, text.split())
else:
question(bot, update, text)
question_command(bot, update, text)


def comp_rules_command(bot, update, args):
update.message.reply_text(documents.cr_search(args), parse_mode='HTML', quote = False)

Loading…
Откажи
Сачувај