This commit is contained in:
Aevann1 2021-08-06 14:45:09 +02:00
parent 425681907f
commit effafc8288
2 changed files with 2 additions and 2 deletions

View file

@ -293,7 +293,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
@property
@lazy
def active_flags(self): return self.flags.count()
def active_flags(self): return len(self.flags)
@property
@lazy