11.25 超时设置、连接设置

This commit is contained in:
zy123 2024-11-25 16:27:29 +08:00
parent 94c124ee04
commit 5142de1c91

View File

@ -61,7 +61,7 @@ def create_app():
return app
#TODO:培训要求、总体要求、进度要求、'建设要求'到技术要求中,归类到其他要求中
#TODO:接口设置排队
if __name__ == '__main__':
app = create_app()
app.run(debug=True, host='0.0.0.0', port=5000)