소스 검색

reduce runcount

Jason 2 년 전
부모
커밋
56ff8207f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website_clickjobs/type-FD-N/yogoclean.py

+ 1 - 1
website_clickjobs/type-FD-N/yogoclean.py

@@ -4,7 +4,7 @@ domain = 'https://www.yogoclean.com'
 target_domain = ['yogoclean.com']
 brands={domain:'有夠讚'}
 query_list = ('有夠讚','有夠讚')
-times = 1666
+times = 1350
 sleepinterval = 15
 
 execute(domain, target_domain, brands, query_list, times, sleepinterval)