diff --git a/app.py b/app.py index d433c6c..7387f4b 100644 --- a/app.py +++ b/app.py @@ -401,7 +401,7 @@ def check_habit(): if current_user not in users: return {"error": "Habit does not belong to user"} - trackings = habit.get_habitTracking() + trackings = habit.get_habitTrackings() # Check if habit has been tracked today delete_tracking = None