Adjusted flask secret

This commit is contained in:
2025-05-27 18:53:08 +00:00
parent 1d80b1d9ce
commit 86be8149bf
+1 -1
View File
@@ -6,7 +6,7 @@ import os
os.chdir(os.path.dirname(os.path.abspath(__file__)))
app = Flask(__name__)
app.config['SECRET_KEY'] = '#{flask-secret}#'
app.config['SECRET_KEY'] = '41TbN7v5peFLZPrdwSCc64J3mjmiUk5fkVWsmb2m'
register_routes(app)