2.19 debug=False

This commit is contained in:
zy123 2025-02-19 14:56:28 +08:00
parent d0dc142547
commit 5cf538d6b6

View File

@ -50,4 +50,4 @@ def create_app():
if __name__ == '__main__':
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)