mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
fix formatting
This commit is contained in:
parent
064e10771b
commit
6dd7827330
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue