From 8956f37bc0aaf5942df4ec6084af0b687b7cca30 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 24 Jan 2022 20:01:15 +0200 Subject: [PATCH] cxvdf --- files/routes/awards.py | 1 + 1 file changed, 1 insertion(+) 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"):