summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-30 15:13:30 +0000
committerroot <root@turin.home>2022-01-30 15:13:30 +0000
commitd729f0257d26e88c8621f443be52fb8ba5c43a99 (patch)
treee32a8efd87ae96c26f3e8ceaff7376486e672010
parent650ac8c1be33425c04f271756dc8b9130d63cee1 (diff)
Comma missing
-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()
)