Skip to content

Commit 743ddd2

Browse files
author
Jonah Kuria
committed
[ch_10] - set the app secret key
1 parent ccfc0eb commit 743ddd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

webapp/vsearch_for_web.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ def view_the_log() -> 'html':
6868
the_row_titles=titles,
6969
the_data=contents)
7070

71+
app.secret_key = 'YouWillNeverGuessMySecretKey'
72+
7173
if __name__ == '__main__':
7274
app.run(debug=True)

0 commit comments

Comments
 (0)