diff --git a/files/routes/awards.py b/files/routes/awards.py index cf6c47b26b..3b3d7e9eee 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -90,7 +90,6 @@ def shop(v): @app.post("/buy/") -@limiter.limit("1/second;30/minute;200/hour;1000/day") @auth_required def buy(v, award): if award == 'benefactor' and not request.values.get("mb"): diff --git a/files/templates/comments.html b/files/templates/comments.html index ca71a64495..0f69cc58c5 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -92,7 +92,7 @@
-
+