jared il y a 3 ans
Parent
commit
976f9dc15c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      linux_loop.sh

+ 1 - 1
linux_loop.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 while :
 do
-    python swire_shop_item_list.py
+    python3 swire_shop_item_list.py
 	sleep 1
 done