import os
while True:
    if os.name=='nt':
        os.system('python hhh_click_selenium.py')
    else:
        os.system('python3 hhh_click_selenium.py')