summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
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 113d0f7..e760352 100644
--- a/main.py
+++ b/main.py
@@ -37,7 +37,7 @@ def main_page():
return render_template(
"main.html",
actual_temp=boiler.temperature,
- target_temp=boiler.target
+ target_temp=boiler.target,
forecast_temp=weather.temperature()
)