This commit is contained in:
Aevann1 2022-01-24 01:06:34 +02:00
parent 025713e25b
commit c98ef138a2
22 changed files with 115 additions and 3402 deletions

View file

@ -335,7 +335,7 @@ class Submission(Base):
return data
def award_count(self, kind) -> int:
def award_count(self, kind):
return len([x for x in self.awards if x.kind == kind])
@lazy