@@ -0,0 +1,11 @@
+import os
+import traceback
+
+while True:
+ try:
+ if os.name == 'nt':
+ os.system('python swire_shop_item_list.py REP REP REP')
+ else:
+ os.system('python3 swire_shop_item_list.py REP REP REP')
+ except:
+ traceback.print_exc()