jared 3 년 전
부모
커밋
976f9dc15c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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