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