dsffds
This commit is contained in:
parent
be08a12d34
commit
629b00eb0d
12 changed files with 93 additions and 93 deletions
|
@ -67,7 +67,7 @@ def error_500(e, v):
|
|||
|
||||
|
||||
@app.post("/allow_nsfw")
|
||||
@limiter.limit("1/second")
|
||||
@limiter.limit("1/0.5second")
|
||||
def allow_nsfw():
|
||||
|
||||
session["over_18"] = int(time.time()) + 3600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue