소스 검색

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…
취소
저장