Jared 3 years ago
parent
commit
5c6c1542c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hhh/SEO/local_1777.py

+ 1 - 1
hhh/SEO/local_1777.py

@@ -29,6 +29,7 @@ def re_get_webdriver():
     if driver is not None:
         print('closing....')
         driver.quit()
+        print('quit....')
     try:
         ua = userAgents()
 
@@ -58,7 +59,6 @@ def run_once(url):
     global driver
     i=random.randint(0,7)
     if i==0 or driver is None:
-#    if True:
         time.sleep(8)
         re_get_webdriver()
     if driver is None: