Your Name 3 år sedan
förälder
incheckning
ba16a3c6fe
2 ändrade filer med 9 tillägg och 4 borttagningar
  1. 4 2
      hhh/SEO/loop_4444.py
  2. 5 2
      hhh/SEO/loop_555.py

+ 4 - 2
hhh/SEO/loop_4444.py

@@ -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')

+ 5 - 2
hhh/SEO/loop_555.py

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