diff --git a/files/routes/admin.py b/files/routes/admin.py index de55bf98c3..e510c2207b 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -109,7 +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") +@limiter.limit("1/day") @admin_level_required(6) def monthly(v): thing = g.db.query(AwardRelationship).order_by(AwardRelationship.id.desc()).first().id