added cal project

This commit is contained in:
buenosairesam
2025-08-03 06:21:14 -03:00
parent a3e3e6a565
commit 2d7de863f3
12 changed files with 123 additions and 21 deletions

View File

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