jared %!s(int64=3) %!d(string=hai) anos
pai
achega
e944b9e077
Modificáronse 1 ficheiros con 11 adicións e 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()