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