This commit is contained in:
Aevann1 2021-09-08 10:58:39 +02:00
parent 19a18736b8
commit 8206cc4cfe

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)