cxvdf
This commit is contained in:
parent
980851d63f
commit
86091b6d9b
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ def shop(v):
|
||||||
|
|
||||||
|
|
||||||
@app.post("/buy/<award>")
|
@app.post("/buy/<award>")
|
||||||
|
@limiter.limit("1/second;30/minute;200/hour;1000/day")
|
||||||
@auth_required
|
@auth_required
|
||||||
def buy(v, award):
|
def buy(v, award):
|
||||||
if award == 'benefactor' and not request.values.get("mb"):
|
if award == 'benefactor' and not request.values.get("mb"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue