From d729f0257d26e88c8621f443be52fb8ba5c43a99 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jan 2022 15:13:30 +0000 Subject: Comma missing --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) -- cgit v1.2.3