remotes/1693045480750635534/spooky-22
Aevann1 2021-08-06 14:50:24 +02:00
parent 0071ef71a7
commit fc70de6fc0
1 changed files with 1 additions and 1 deletions

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