added cal project
This commit is contained in:
@@ -24,6 +24,7 @@ def index(task=None):
|
||||
end = datetime.today().replace(hour=23, minute=59, second=59, tzinfo=timezone)
|
||||
|
||||
rows = get_period_totals(start, end, task)
|
||||
print(rows)
|
||||
|
||||
return render_template("main.html", rows=rows)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user