From 5bd4d0543e6edef6ce2851bd429bb23889f7b94e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 11:02:54 +0200 Subject: [PATCH] fd --- files/routes/awards.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 5597275a6..ae1ef95ac 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -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/")