This commit is contained in:
Aevann1 2021-10-08 03:38:32 +02:00
parent be08a12d34
commit 629b00eb0d
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.5second")
def allow_nsfw():
session["over_18"] = int(time.time()) + 3600