master
Aevann1 2021-07-31 15:49:52 +02:00
parent 1bc46b5d35
commit 9ef9dc7937
1 changed files with 1 additions and 1 deletions

View File

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