forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-24 20:01:15 +02:00
parent 31e3179710
commit 8956f37bc0
1 changed files with 1 additions and 0 deletions

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"):