From c0528a24881b734caf484d5eeca572572ab5cba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hrachovina?= Date: Wed, 11 Dec 2024 08:29:26 +0100 Subject: [PATCH] changes secret_key value --- web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app.py b/web/app.py index 1db36ae..8ddcc89 100644 --- a/web/app.py +++ b/web/app.py @@ -7,7 +7,7 @@ from auth import encrypt_password, check_password import random app = Flask(__name__) -app.secret_key = 'aezakmi' +app.secret_key = 'e462a50b0401f495cfb5c67c3871fe4b' # ----------------- Logging part not related to project requirements ----------------- # Set up custom logging