dsfsfd
This commit is contained in:
parent
2e81f2abd7
commit
822d841251
16 changed files with 30 additions and 47 deletions
|
@ -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", "/"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue