diff options
| author | root <root@turin.home> | 2022-01-30 15:14:27 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:14:27 +0000 |
| commit | e866cc7fe978f7589f37ec91040c053db3eb0d87 (patch) | |
| tree | 474f7924538fcfea59c819d68e318366a05eb1ad /main.py | |
| parent | d729f0257d26e88c8621f443be52fb8ba5c43a99 (diff) | |
Minor error
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
