Jared hace 2 años
padre
commit
c1463cefb0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      INNNews/general_clickbot.py

+ 3 - 0
INNNews/general_clickbot.py

@@ -81,6 +81,9 @@ def run_once(q):
     result=[]
     options = webdriver.ChromeOptions()
     options.add_argument('--headless')
+
+    options.add_argument('--disable-dev-shm-usage')
+
 #    options.add_argument("--user-agent=" +user_agent)
     options.add_argument("--incognito")