Browse Source

first commit

xubo 1 year ago
parent
commit
3a37ecb295
1 changed files with 2 additions and 1 deletions
  1. 2 1
      alibabacloud_sample/file_utils.py

+ 2 - 1
alibabacloud_sample/file_utils.py

@@ -27,4 +27,5 @@ def hello():
 
 
 
 
 if __name__ == '__main__':
 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)