Run make lint

cache-user-ips-for-tracker
Kevin Chung 2020-04-30 14:39:42 -04:00
parent c69633b479
commit 2f1b3265f8
1 changed files with 0 additions and 1 deletions

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