fix formatting

This commit is contained in:
Son NK 2020-01-01 23:22:34 +01:00
parent 064e10771b
commit 6dd7827330

View file

@ -89,7 +89,7 @@ def create_app() -> Flask:
"username": "admin", "username": "admin",
"password": FLASK_PROFILER_PASSWORD, "password": FLASK_PROFILER_PASSWORD,
}, },
"ignore": ["^/static/.*", "/git", "/exception" ], "ignore": ["^/static/.*", "/git", "/exception"],
} }
flask_profiler.init_app(app) flask_profiler.init_app(app)