Ben Kurtovic 11 лет назад
Родитель
Сommit
ed9b4f261f
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      commands/urbandictionary.py

+ 1
- 1
commands/urbandictionary.py Просмотреть файл

@@ -36,6 +36,6 @@ class UrbanDictionary(Command):
elif res['result_type'] == 'fulltext':
L = [i['word'] for i in res['list']]
msg = 'Here are some close matches: {0}.'
self.reply(data, msg.format(u", ".join(L).encode("utf8"))
self.reply(data, msg.format(u", ".join(L).encode("utf8")))
else:
self.reply(data, 'Sorry, no results found.')

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