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