remotes/1693045480750635534/spooky-22
Aevann1 2021-09-08 10:58:39 +02:00
parent 975096147b
commit 8339a80e52
1 changed files with 1 additions and 0 deletions

View File

@ -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)