fdfdfd
This commit is contained in:
parent
6e22582b27
commit
ff0c2dc4e1
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ class User(Base, Stndrd, Age_times):
|
|||
awards[a.kind] = a.type
|
||||
awards[a.kind]['count'] = 1
|
||||
|
||||
print(list(awards.values()))
|
||||
return sorted(list(awards.values()), key=lambda x: x.kind, reverse=True)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue