Skip to content

Commit 235a506

Browse files
authored
Merge pull request #22 from nopp/new-fix
Update flaskAlert.py
2 parents 4bc3c2e + b8eed06 commit 235a506

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)