jared 9 months ago
parent
commit
9a957296d2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      deployment/cel_seo_click.py

+ 4 - 0
deployment/cel_seo_click.py

@@ -78,12 +78,16 @@ def selenium_jared_click():
     r=random.randint(0,4)
     if r==0:
         PROXY = "172.105.205.52:8118" # IP:PORT or HOST:PORT
+        print("PROXY:"+PROXY)
     elif r==1:
         PROXY = "139.144.120.184:8118" # IP:PORT or HOST:PORT
+        print("PROXY:"+PROXY)
     elif r==2:
         PROXY = "172.104.92.245:8118" # IP:PORT or HOST:PORT
+        print("PROXY:"+PROXY)
     elif r==3:
         PROXY = "172.104.67.159:8118" # IP:PORT or HOST:PORT
+        print("PROXY:"+PROXY)
     else:
         PROXY=None