relax ratelimit on buying awards

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-08 21:14:02 +02:00
parent 90551bc143
commit 485c30ec3c
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ def shop(v):
@app.post("/buy/<award>")
@limiter.limit("100/minute;200/hour;1000/day")
@auth_required
def buy(v, award):
if not FEATURES['AWARDS']: