mirror of https://github.com/JohnHammond/CTFd.git
Run make lint
parent
c69633b479
commit
2f1b3265f8
|
@ -202,7 +202,6 @@ def init_request_processors(app):
|
|||
logout_user()
|
||||
clear_user_ips(user_id=session["id"])
|
||||
|
||||
|
||||
@app.before_request
|
||||
def banned():
|
||||
if request.endpoint == "views.themes":
|
||||
|
|
Loading…
Reference in New Issue