Run make lint

This commit is contained in:
Kevin Chung
2020-04-30 14:39:42 -04:00
parent c69633b479
commit 2f1b3265f8

View File

@@ -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":