From e866cc7fe978f7589f37ec91040c053db3eb0d87 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jan 2022 15:14:27 +0000 Subject: Minor error --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3