Typo, 'requestl' -> 'request' (wolframalpha.py)
This commit is contained in:
parent
843d517553
commit
98ae6993e4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Module(ModuleManager.BaseModule):
|
|||
:help: Evauate a given string on Wolfram|Alpha
|
||||
:usage: <query>
|
||||
"""
|
||||
page = utils.http.requestl(URL_WA,
|
||||
page = utils.http.request(URL_WA,
|
||||
get_params={"i": event["args"],
|
||||
"appid": self.bot.config["wolframalpha-api-key"],
|
||||
"reinterpret": "true", "units": "metric"}, code=True)
|
||||
|
|
Loading…
Reference in a new issue