Your Name hace 3 años
padre
commit
6a80f7bd67
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      hhh/SEO/hhh_777_edges.py

+ 3 - 3
hhh/SEO/hhh_777_edges.py

@@ -96,9 +96,9 @@ def re_get_webdriver():
 
 def run_once(url):
     global driver
-    i=random.randint(0,13)
-#    if i==0 or driver is None:
-    if True:
+    i=random.randint(0,10)
+    if i<=3 or driver is None:
+#    if True:
         re_get_webdriver()
     driver.get(url)
     time.sleep(1)