Update app.py

This commit is contained in:
Yapollon 2024-03-07 16:00:04 +01:00
parent d340a1e19f
commit 5a68a2ef39

1
app.py
View File

@ -136,6 +136,7 @@ def index():
habit_lists = []
name = "Bitte melde dich an."
heatmap_values = []
day = None
# Sort habits by whether they have been checked today and then by slot
for habit_list in habit_lists: