Skip to content

Commit

Permalink
[IDLE-000] 크롤링 스크립트 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Nov 2, 2024
1 parent 44c9f15 commit 5686fe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object WorknetCrawler {
logger.info { "=====초기화 완료, 크롤링 작업 시작" }

val formatter = DateTimeFormatter.ofPattern("yyyyMMdd")
val today = LocalDate.now().format(formatter)
val today = LocalDate.now().minusDays(1).format(formatter)
val crawlingUrl = CRAWLING_TARGET_URL_FORMAT
.replace("{today}", today)
.replace("{pageIndex}", "1")
Expand Down

0 comments on commit 5686fe9

Please sign in to comment.