From ee9b5f2bcd1078214043b7dc3b103a841a3d765b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 22 May 2022 18:15:40 +0200 Subject: [PATCH] g --- files/routes/static.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/static.py b/files/routes/static.py index dba8526ce..6a0a9cbd7 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -354,7 +354,6 @@ def log(v): return render_template("log.html", v=v, admins=admins, types=types, admin=admin, type=kind, actions=actions, next_exists=next_exists, page=page) @app.get("/log/") -@limiter.limit("1/day") @auth_required def log_item(id, v):