This commit is contained in:
Aevann1 2021-10-08 03:40:47 +02:00
parent 0dcfc4d943
commit 77df18682d
12 changed files with 93 additions and 93 deletions

View file

@ -67,7 +67,7 @@ def error_500(e, v):
@app.post("/allow_nsfw")
@limiter.limit("1/second")
@limiter.limit("1/0.5seconds")
def allow_nsfw():
session["over_18"] = int(time.time()) + 3600