fd
This commit is contained in:
parent
19a18736b8
commit
8206cc4cfe
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ def shop(v):
|
|||
if kind in AWARDS.keys():
|
||||
award = AWARDS[kind]
|
||||
award["owned_num"] = row['last_award_count']
|
||||
owned.append(award)
|
||||
|
||||
print(owned)
|
||||
return render_template("shop.html", owned=owned, awards=list(AWARDS.values()), v=v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue