fd
This commit is contained in:
parent
364b635796
commit
81f46d2f5e
1 changed files with 0 additions and 1 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue