From 344b65183e85cba1f69df2fff588794a6bdfa6a6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 5 Sep 2021 19:48:13 +0200 Subject: [PATCH] fg --- files/routes/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/admin.py b/files/routes/admin.py index 2cc035448..93fbace37 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -33,6 +33,7 @@ def received_awards(v): comment_awards = g.db.query(AwardRelationship).filter(AwardRelationship.comment_id.in_(comments_idlist)).count() u.received_award_count = post_awards + comment_awards g.db.add(u) + return "sex" @app.get("/imgurcredits") @admin_level_required(6)