Your Name 3 년 전
부모
커밋
f1d04e76e9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      choozmo/proxy_pool.py

+ 2 - 2
choozmo/proxy_pool.py

@@ -58,9 +58,9 @@ def do_job():
     time.sleep(3)
     try:
         driver.get('https://www.sparkamplab.com/events/arvr-2021')
-        scrolling(20)
+        scrolling(30)
         print('done scrolling')
-        time.sleep(10)
+        time.sleep(20)
     except:
         print('excpet')
     driver.quit()