This commit is contained in:
Aevann1 2021-12-17 06:44:25 +02:00
parent 2e81f2abd7
commit 822d841251
16 changed files with 30 additions and 47 deletions

View file

@ -68,7 +68,6 @@ def error_500(e, v):
@app.post("/allow_nsfw")
def allow_nsfw():
session["over_18"] = int(time.time()) + 3600
return redirect(request.values.get("redir", "/"))