default-hour #14

Merged
kleph merged 5 commits from default-hour into master 2020-04-09 00:06:59 +02:00
Showing only changes of commit 4e5cc46b28 - Show all commits

View file

@ -18,7 +18,7 @@ def index(hours=None, minutes=None):
if not hours:
hours = 17
if not minutes:
minutes = 0
minutes = 30
data = render_template('beer.html', hours=hours, minutes=minutes)
return data