diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ def main_page(): # paramaterised location of template in 'templates' folder return render_template( "main.html", - actual_temp=boiler.temperature, + actual_temp=round(boiler.temperature,2), target_temp=boiler.target, forecast_temp=weather.temperature() ) |
