diff --git a/pi_temp.py b/pi_temp.py index 666e196..7bc4081 100755 --- a/pi_temp.py +++ b/pi_temp.py @@ -135,6 +135,8 @@ def history(): graphJSON = graphJSON, total_minutes = sum(streak_minutes), range_hours = range_hours, + from_date = from_date_str, + to_date = to_date_str, debug = streak_minutes, ) diff --git a/templates/history.html b/templates/history.html index 5678962..a68fd00 100755 --- a/templates/history.html +++ b/templates/history.html @@ -58,7 +58,7 @@