This commit is contained in:
Aevann1 2022-01-24 20:01:15 +02:00
parent 980851d63f
commit 86091b6d9b

View file

@ -81,6 +81,7 @@ def shop(v):
@app.post("/buy/<award>")
@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"):