Jared hace 3 años
padre
commit
fdf9656ba5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      hhh/SEO/local_1777.py

+ 2 - 0
hhh/SEO/local_1777.py

@@ -50,6 +50,8 @@ def re_get_webdriver():
             driver = webdriver.Chrome(options=options)
         except:
 #            driver.quit()
+#            os.system('pkill -f ')
+            os.system('kill %d' % os.getpid())
             sys.exit()
             return
         driver.set_window_size(1400,1000)