loop_4444.py 155 B

123456
  1. import os
  2. while True:
  3. if os.name=='nt':
  4. os.system('python hhh_click_selenium.py')
  5. else:
  6. os.system('python3 hhh_click_selenium.py')