changes secret_key value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user