This commit is contained in:
Aevann1 2021-10-08 15:06:21 +02:00
parent fc38885c28
commit 38bf117443
30 changed files with 19510 additions and 19511 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