gushoubang 10 сар өмнө
parent
commit
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
+    )