This commit is contained in:
Aevann1 2022-02-16 01:14:50 +02:00
parent c1496b74fa
commit b711c40f50
2 changed files with 3 additions and 4 deletions

View file

@ -90,7 +90,6 @@ 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"):