瀏覽代碼

端口改成4000

gushoubang 10 月之前
父節點
當前提交
1dc96b466c
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      app.py

+ 4 - 1
app.py

@@ -330,4 +330,7 @@ def getLandType(landName, fzbs):
 # getFactorByName("幼儿园服务半径")
 if __name__ == '__main__':
     # app.run()
-    app.run(host='0.0.0.0')
+    app.run(
+        host='0.0.0.0',
+        port=4000
+    )