修改端口号
This commit is contained in:
parent
3ea75fc6fa
commit
40ac60bb49
@ -37,4 +37,4 @@ def convert_sql():
|
||||
|
||||
if __name__ == '__main__':
|
||||
# 指定host和port,这里使用0.0.0.0可以让服务器被外部访问
|
||||
app.run(host='0.0.0.0', port=8777, debug=True)
|
||||
app.run(host='0.0.0.0', port=8778, debug=True)
|
Loading…
x
Reference in New Issue
Block a user