diff options
| -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 |
