summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index e760352..ca9ddcc 100644
--- a/main.py
+++ b/main.py
@@ -16,7 +16,7 @@ DBFILE = "data.db"
db = sql.db(DBFILE)
-weather = weather_met_no()
+weather = weather.weather_met_no()
# Check if running on correct device : defensive coding against running
# on the wrong device