소스 검색

Bugfix.

tags/v0.2
Ben Kurtovic 10 년 전
부모
커밋
80d2735716
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py 파일 보기

@@ -72,7 +72,7 @@ class Dictionary(Command):
if not lang:
resp = u"Language {0} not found in definition."
return resp.format(request)
definition = self.get_definition(lang, level)
definition = self.get_definition(languages[lang], level)
return u"({0}) {1}".format(lang, definition)

result = []


불러오는 중...
취소
저장