Skip to content

Commit b8eed06

Browse files
authored
Update flaskAlert.py
1 parent 4bc3c2e commit b8eed06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flaskAlert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from flask_basicauth import BasicAuth
66

77
app = Flask(__name__)
8-
app.secret_key = 'lAlAlA123'
8+
app.secret_key = 'changeKeyHeere'
99
basic_auth = BasicAuth(app)
1010

1111
# Yes need to have -, change it!

0 commit comments

Comments
 (0)