aboutsummaryrefslogtreecommitdiff
path: root/modules/weather.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-24 15:13:27 +0100
committerGravatar jesopo2018-09-24 15:13:27 +0100
commitecb9d7cb3f4435457560e03201bbed57a469d548 (patch)
tree5a010f97c209558cdd2d40327d41e6806aedde94 /modules/weather.py
parentRemove empty spaces in coins.py (diff)
signature
Move most code in root directory to src/
Diffstat (limited to 'modules/weather.py')
-rw-r--r--modules/weather.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weather.py b/modules/weather.py
index db06956c..e79d1ad8 100644
--- a/modules/weather.py
+++ b/modules/weather.py
@@ -1,6 +1,6 @@
#--require-config openweathermap-api-key
-import Utils
+from src import Utils
URL_WEATHER = "http://api.openweathermap.org/data/2.5/weather"