fix formatting

This commit is contained in:
Son NK 2020-01-01 23:22:34 +01:00
parent 064e10771b
commit 6dd7827330
1 changed files with 1 additions and 1 deletions

View File

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