forked from MarseyWorld/MarseyWorld
gfgdfd
parent
6a6d6a4a9a
commit
6c78141179
|
@ -67,7 +67,6 @@ def error_500(e, v):
|
||||||
|
|
||||||
|
|
||||||
@app.post("/allow_nsfw")
|
@app.post("/allow_nsfw")
|
||||||
@limiter.limit("1/second")
|
|
||||||
def allow_nsfw():
|
def allow_nsfw():
|
||||||
|
|
||||||
session["over_18"] = int(time.time()) + 3600
|
session["over_18"] = int(time.time()) + 3600
|
||||||
|
|
Loading…
Reference in New Issue