remotes/1693045480750635534/spooky-22
Aevann1 2021-08-22 18:54:34 +02:00
parent 7a70cfb31c
commit f3524470ac
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ def admin_home(v):
return render_template("admin/admin_home.html", v=v, x=x)
@app.post("/admin/monthly")
@limiter.limit("1/week")
@admin_level_required(6)
def monthly(v):
thing = g.db.query(AwardRelationship).order_by(AwardRelationship.id.desc()).first().id