jared 3 vuotta sitten
vanhempi
commit
d23f283c58
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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])