From 32cab451c19f54c35758b3a5ba4f99096f0a08b6 Mon Sep 17 00:00:00 2001 From: mattbk Date: Tue, 28 Nov 2017 04:13:39 +0000 Subject: [PATCH] Pass the date ranges again. --- pi_temp.py | 2 ++ templates/history.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 @@
- Live + Live
@@ -74,7 +74,7 @@
-
+