修改端口为7400
This commit is contained in:
@@ -697,4 +697,4 @@ if __name__ == '__main__':
|
||||
Path('logs').mkdir(exist_ok=True)
|
||||
|
||||
# 启动应用
|
||||
app.run(debug=True, host='0.0.0.0', port=5000)
|
||||
app.run(debug=True, host='0.0.0.0', port=7400)
|
||||
|
||||
Reference in New Issue
Block a user