master
Aevann1 2021-09-08 11:02:54 +02:00
parent 9383680059
commit 5bd4d0543e
1 changed files with 0 additions and 1 deletions

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