Skip to content

Commit

Permalink
关闭flask debug模式
Browse files Browse the repository at this point in the history
  • Loading branch information
Areedd committed Jan 1, 2025
1 parent d05b934 commit 5e5bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def analyze():


if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000, debug=True)
app.run(host='0.0.0.0', port=5000, debug=False)

0 comments on commit 5e5bd30

Please sign in to comment.