From b5f15b9ef4a22e5e7063b07e809ded21a3fff9f5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 31 Dec 2021 14:56:59 +0200 Subject: [PATCH] dv --- files/routes/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index 287295cac5..a191f96e1e 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -182,7 +182,7 @@ def remove_meme_admin(v, username): @app.post("/admin/monthly") -@limiter.limit("2/day") +@limiter.limit("1/day") @admin_level_required(3) @validate_formkey def monthly(v):