diff options
Diffstat (limited to 'modules/weather.py')
| -rw-r--r-- | modules/weather.py | 2 |
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" |
