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