This commit is contained in:
Aevann1 2021-10-08 03:41:25 +02:00
parent 77df18682d
commit e23771311d
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/0.5seconds")
@limiter.limit("1/second")
def allow_nsfw():
session["over_18"] = int(time.time()) + 3600