aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/wolframalpha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wolframalpha.py b/modules/wolframalpha.py
index bbf66f3b..62b0ad79 100644
--- a/modules/wolframalpha.py
+++ b/modules/wolframalpha.py
@@ -19,7 +19,7 @@ class Module(ModuleManager.BaseModule):
get_params={"i": event["args"],
"appid": self.bot.config["wolframalpha-api-key"],
"reinterpret": "true", "units": "metric"}, code=True)
- except HTTPTimeoutException:
+ except utils.http.HTTPTimeoutException:
page = None
if page: