master
Aevann1 2021-10-08 15:06:21 +02:00
parent 6a6d6a4a9a
commit 6c78141179
20 changed files with 783 additions and 784 deletions

View File

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