This commit is contained in:
Aevann1 2021-08-06 14:50:24 +02:00
parent 6b3af73045
commit 0ccd7af301

View file

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