jared hace 3 años
padre
commit
e944b9e077
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      loop_rep.py

+ 11 - 0
loop_rep.py

@@ -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()