Pass the date ranges again.

This commit is contained in:
mattbk
2017-11-28 04:13:39 +00:00
parent e78148f358
commit 32cab451c1
2 changed files with 4 additions and 2 deletions

View File

@ -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,
)