We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2930960 commit 6e3f348Copy full SHA for 6e3f348
ClientAdvisor/App/app.py
@@ -55,7 +55,6 @@ def create_app():
55
app.config["TEMPLATES_AUTO_RELOAD"] = True
56
# app.secret_key = secrets.token_hex(16)
57
# app.session_interface = SecureCookieSessionInterface()
58
- # print(app.secret_key)
59
return app
60
61
0 commit comments