diff options
| author | root <root@turin.home> | 2022-01-30 15:13:30 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:13:30 +0000 |
| commit | d729f0257d26e88c8621f443be52fb8ba5c43a99 (patch) | |
| tree | e32a8efd87ae96c26f3e8ceaff7376486e672010 | |
| parent | 650ac8c1be33425c04f271756dc8b9130d63cee1 (diff) | |
Comma missing
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() ) |
