소스 검색

Fix the other one too

pull/8/head
Kunal Mehta 11 년 전
부모
커밋
3c66a3d98b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      commands/dictionary.py

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

@@ -19,7 +19,7 @@ class UrbanDictionary(Command):
return
q = ' '.join(data.args)

url = "http://api.urbandictionary.com/v0/define?term={}"
url = "http://api.urbandictionary.com/v0/define?term={0}"
q = quote(q, safe="")
query = urlopen(url.format(q)).read()
res = loads(query)


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