fd
This commit is contained in:
parent
6b3af73045
commit
0ccd7af301
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue