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