loop_rep.py 269 B

1234567891011
  1. import os
  2. import traceback
  3. while True:
  4. try:
  5. if os.name == 'nt':
  6. os.system('python swire_shop_item_list.py REP REP REP')
  7. else:
  8. os.system('python3 swire_shop_item_list.py REP REP REP')
  9. except:
  10. traceback.print_exc()