remotes/1693045480750635534/spooky-22
parent
70cdd9a1b9
commit
b0f3bcf496
|
@ -130,8 +130,7 @@ def error_503(e, v):
|
|||
def allow_nsfw():
|
||||
|
||||
session["over_18"] = int(time.time()) + 3600
|
||||
|
||||
return redirect(request.form.get("redir"))
|
||||
return redirect(request.form.get("redir", "/"))
|
||||
|
||||
|
||||
@app.get("/error/<error>")
|
||||
|
|
Loading…
Reference in New Issue