We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bc3c2e + b8eed06 commit 235a506Copy full SHA for 235a506
1 file changed
flaskAlert.py
@@ -5,7 +5,7 @@
5
from flask_basicauth import BasicAuth
6
7
app = Flask(__name__)
8
-app.secret_key = 'lAlAlA123'
+app.secret_key = 'changeKeyHeere'
9
basic_auth = BasicAuth(app)
10
11
# Yes need to have -, change it!
0 commit comments