Miscellaneous fixes #36

Merged
mattbk merged 3 commits from fix-on into master 2017-11-27 22:15:59 -06:00
2 changed files with 11 additions and 4 deletions
Showing only changes of commit 32cab451c1 - Show all commits

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