jason 2 år sedan
förälder
incheckning
440a16fa98

+ 2 - 2
website_clickjobs/type-1/hhh_r.py

@@ -69,5 +69,5 @@ while True:
         time.sleep(3)
         statuscode = execute(domain, target_domain, brands, ql)
         if statuscode == 444:
-            break
-time.sleep(60)
+            time.sleep(120)
+time.sleep(60)

+ 1 - 0
website_clickjobs/type-V/_execute.py

@@ -23,6 +23,7 @@ def restart_browser():
     #options.add_argument("user-agent=%s" % rua())
     options.add_argument('--headless')
     options.add_argument('--incognito')
+    options.add_argument('--no-sandbox')
     driver=webdriver.Chrome(options=options)
     driver.set_window_size(950, 20000)
     return driver

BIN
website_clickjobs/type-Y/__pycache__/_execute.cpython-38.pyc


+ 1 - 0
website_clickjobs/type-Y/_execute.py

@@ -23,6 +23,7 @@ def restart_browser():
     #options.add_argument("user-agent=%s" % rua())
     options.add_argument('--headless')
     options.add_argument('--incognito')
+    options.add_argument('--no-sandbox')
     driver=webdriver.Chrome(options=options)
     driver.set_window_size(950, 20000)
     return driver