Your Name 3 years ago
parent
commit
b8e8f054d2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      hhh/SEO/curl_click.py

+ 2 - 1
hhh/SEO/curl_click.py

@@ -17,6 +17,7 @@ fr.close()
 #for i in range(20):
 while True:
     l=random.choice(lst)
-    os.system('curl '+l)
+    os.system('docker run --rm curlimages/curl:7.79.1 -L -v '+l)
+#    os.system('curl '+l)
     time.sleep(4)
 print(l)