fix typo (__query__ -> __help__)
This commit is contained in:
parent
dd723eafe0
commit
72b8168b2e
|
@ -12,7 +12,7 @@ def wolframalpha(inp):
|
||||||
"results for <query>"
|
"results for <query>"
|
||||||
|
|
||||||
if not inp:
|
if not inp:
|
||||||
return wolframalpha.__query__
|
return wolframalpha.__help__
|
||||||
|
|
||||||
url = "http://www.wolframalpha.com/input/?i=%s&asynchronous=false"
|
url = "http://www.wolframalpha.com/input/?i=%s&asynchronous=false"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue