diff --git a/files/routes/awards.py b/files/routes/awards.py index b313311467..87326fc413 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -81,6 +81,7 @@ 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"):