Flammen und Namen
This commit is contained in:
parent
bbd6f27af1
commit
0e798adb89
@ -79,7 +79,6 @@ class Habit:
|
||||
def getStreak(self):
|
||||
streak = 0
|
||||
trackings = []
|
||||
|
||||
for rawTracking in get_habitTrackings_by_habit_id(self.id):
|
||||
trackings.append(HabitTrackings(datetime.strptime(rawTracking[2], "%Y-%m-%d")))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user