Jared vor 2 Jahren
Ursprung
Commit
c1463cefb0
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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")