LeoTheHuman 8 лет назад
Родитель
Сommit
a1fe1d043e
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      magic-judge-telegram-bot.py

+ 1
- 1
magic-judge-telegram-bot.py Просмотреть файл

text = '\n'.join(['<b>{}</b> {}'.format(name, crData['glossary'][name]) for name in sorted(nameCandidates)]) text = '\n'.join(['<b>{}</b> {}'.format(name, crData['glossary'][name]) for name in sorted(nameCandidates)])
update.message.reply_text(text, parse_mode='HTML', quote = False) update.message.reply_text(text, parse_mode='HTML', quote = False)


def ask(bot, update):
def ask(bot, update, args):
pass pass


def dispatcher_setup(dispatcher): def dispatcher_setup(dispatcher):

Загрузка…
Отмена
Сохранить