Added checked attribute again
This commit is contained in:
parent
4f5dd68098
commit
b446bb55aa
@ -78,6 +78,7 @@ class Habit:
|
||||
|
||||
def fill_statistics(self):
|
||||
count = 0
|
||||
self.checked = False
|
||||
for tracking in self.get_habitTrackings():
|
||||
# day
|
||||
if self.unit == 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user