diff options
| -rw-r--r-- | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ DBFILE = "data.db" db = sql.db(DBFILE) -# weather = weather_met_no() +weather = weather_met_no() # Check if running on correct device : defensive coding against running # on the wrong device @@ -38,7 +38,7 @@ def main_page(): "main.html", actual_temp=boiler.temperature, target_temp=boiler.target - # forecast_temp=weather.temperature() + forecast_temp=weather.temperature() ) |
