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