|
@@ -55,7 +55,7 @@ def selenium_jared_click():
|
|
|
global custname
|
|
|
global rnd
|
|
|
|
|
|
- r=random.randint(0,4)
|
|
|
+ r=random.randint(0,5)
|
|
|
options = {}
|
|
|
|
|
|
if r==0:
|
|
@@ -66,6 +66,10 @@ def selenium_jared_click():
|
|
|
options['proxy']={'http': 'http://choozmo:Chuz83102968@172.104.92.245:8080'}
|
|
|
if r==3:
|
|
|
options['proxy']={'http': 'http://choozmo:Chuz83102968@172.104.67.159:8080'}
|
|
|
+ if r==4:
|
|
|
+ options['proxy']={'http': 'http://choozmo:Chuz83102968@139.162.71.115:8080'}
|
|
|
+
|
|
|
+
|
|
|
print(options)
|
|
|
# options = {
|
|
|
# 'proxy': {
|