xubo 1 жил өмнө
parent
commit
3a37ecb295

+ 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)