From ed2a2ced393af1eccf9743405a98caf848fb4c39 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 22 Oct 2021 01:02:34 +0200 Subject: [PATCH] fsd --- 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 18568ceca..5d025a9e3 100755 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -166,7 +166,7 @@ def remove_fake_admin(v, username): @app.post("/admin/monthly") -#@limiter.limit("1/day") +@limiter.limit("1/day") @admin_level_required(6) def monthly(v): if 'pcm' in request.host or (SITE_NAME == 'Drama' and v.id in [1,12,28,29,747,995,1480]) or ('rama' not in request.host and 'pcm' not in request.host):