changes secret_key value

This commit is contained in:
2024-12-11 08:29:26 +01:00
parent 156c753d6a
commit c0528a2488

View File

@@ -7,7 +7,7 @@ from auth import encrypt_password, check_password
import random import random
app = Flask(__name__) app = Flask(__name__)
app.secret_key = 'aezakmi' app.secret_key = 'e462a50b0401f495cfb5c67c3871fe4b'
# ----------------- Logging part not related to project requirements ----------------- # ----------------- Logging part not related to project requirements -----------------
# Set up custom logging # Set up custom logging