Przeglądaj źródła

Fix the other one too

pull/8/head
Kunal Mehta 11 lat temu
rodzic
commit
3c66a3d98b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      commands/dictionary.py

+ 1
- 1
commands/dictionary.py Wyświetl plik

@@ -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)


Ładowanie…
Anuluj
Zapisz