df
This commit is contained in:
parent
c1496b74fa
commit
b711c40f50
2 changed files with 3 additions and 4 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue