remove unnecessary argument from ddg
parent
43f98a4d43
commit
dfa7338f3d
|
@ -26,7 +26,7 @@ def result(query):
|
||||||
except IndexError:
|
except IndexError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def ddg(phenny, input, celsius=False):
|
def ddg(phenny, input):
|
||||||
""".ddg <query> - Search Duck Duck Go for the specified query."""
|
""".ddg <query> - Search Duck Duck Go for the specified query."""
|
||||||
|
|
||||||
query = input.group(2)
|
query = input.group(2)
|
||||||
|
|
Loading…
Reference in New Issue