@@ -1,4 +1,6 @@
import os
while True:
- os.system('python hhh_click_selenium.py')
-
+ if os.name=='nt':
+ os.system('python hhh_click_selenium.py')
+ else:
+ os.system('python3 hhh_click_selenium.py')
@@ -1,4 +1,7 @@
-while True:
- os.system('python hhh_555_column.py')
+while True:
+ os.system('python hhh_555_column.py')
+ os.system('python3 hhh_555_column.py')