summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-30 15:14:27 +0000
committerroot <root@turin.home>2022-01-30 15:14:27 +0000
commite866cc7fe978f7589f37ec91040c053db3eb0d87 (patch)
tree474f7924538fcfea59c819d68e318366a05eb1ad /main.py
parentd729f0257d26e88c8621f443be52fb8ba5c43a99 (diff)
Minor error
Diffstat (limited to 'main.py')
-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