remotes/1693045480750635534/spooky-22
Aevann1 2021-09-05 19:48:13 +02:00
parent 9b8f4a4e42
commit 344b65183e
1 changed files with 1 additions and 0 deletions

View File

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