forked from MarseyWorld/MarseyWorld
fix prev commit
parent
5bc6597188
commit
5c31b24f5b
|
@ -63,7 +63,6 @@ def error_500(e):
|
|||
|
||||
@app.post("/allow_nsfw")
|
||||
@limiter.limit('1/second', scope=rpath)
|
||||
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
|
||||
@limiter.limit(DEFAULT_RATELIMIT)
|
||||
def allow_nsfw():
|
||||
session["over_18"] = int(time.time()) + 3600
|
||||
|
|
Loading…
Reference in New Issue