We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc3c2e commit b8eed06Copy full SHA for b8eed06
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