|
@@ -75,7 +75,9 @@ def selenium_jared_click():
|
|
|
options.add_argument("--headless")
|
|
|
options.add_argument("--incognito")
|
|
|
#options.add_argument('--blink-settings=imagesEnabled=false')
|
|
|
- PROXY = "172.105.205.52:8118" # IP:PORT or HOST:PORT
|
|
|
+# PROXY = "172.105.205.52:8118" # IP:PORT or HOST:PORT
|
|
|
+ PROXY = "139.144.120.184:8118" # IP:PORT or HOST:PORT
|
|
|
+
|
|
|
|
|
|
options.add_argument('--proxy-server=http://%s' % PROXY)
|
|
|
|