Merge remote-tracking branch 'origin/master'

This commit is contained in:
nikolaswollenberg 2024-03-05 09:50:13 +01:00
commit 4e996180fe

1
app.py
View File

@ -632,6 +632,7 @@ def add_user():
# Check if user is already in the habit list
already = False
if user:
for u in habit_list.get_users():
if u.id == user.id:
already = True