xubo hace 1 año
padre
commit
3a37ecb295
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      alibabacloud_sample/file_utils.py

+ 2 - 1
alibabacloud_sample/file_utils.py

@@ -27,4 +27,5 @@ def hello():
 
 
 if __name__ == '__main__':
-    app.run(host='0.0.0.0', port=8000, debug=True)
+    # app.run(host='0.0.0.0', port=8000, debug=True)
+    app.run(port=8000, debug=True)