b
This commit is contained in:
parent
2992fbd4a2
commit
70231bc4dd
1 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@ def error_500(e):
|
|||
|
||||
|
||||
@app.post("/allow_nsfw")
|
||||
@auth_required
|
||||
def allow_nsfw(v):
|
||||
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