2.19 debug=False
This commit is contained in:
parent
d0dc142547
commit
5cf538d6b6
@ -50,4 +50,4 @@ def create_app():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app = create_app()
|
app = create_app()
|
||||||
app.run(debug=True, host='0.0.0.0', port=5000)
|
app.run(debug=False, host='0.0.0.0', port=5000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user