This commit is contained in:
Aevann1 2021-09-08 11:02:54 +02:00
parent 364b635796
commit 81f46d2f5e

View file

@ -72,7 +72,6 @@ def shop(v):
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)
@app.post("/buy/<award>")