yolo
This commit is contained in:
parent
025713e25b
commit
c98ef138a2
22 changed files with 115 additions and 3402 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue