更改服务器运行端口

This commit is contained in:
Kakune55 2023-11-04 10:55:54 +08:00
parent 7a999502c5
commit d3f2d5f6d4

View File

@ -101,4 +101,4 @@ def post_data():
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True,host='0.0.0.0',port=5000)