Flaskのデバッグモードを明示的に無効化
This commit is contained in:
parent
ba9f227e09
commit
a10f5c47e9
1 changed files with 1 additions and 1 deletions
|
@ -115,4 +115,4 @@ def stop():
|
|||
|
||||
|
||||
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)
|
Loading…
Reference in a new issue