jared 3 年之前
父节点
当前提交
d23f283c58
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      swire_shop_item_list.py

+ 1 - 1
swire_shop_item_list.py

@@ -274,7 +274,7 @@ def main():
 
 
     port=4444
-    if len(sys.argv) > 2 :
+    if len(sys.argv) == 3 :
         port=int(sys.argv[1])
         proxyport=int(sys.argv[2])