Skip to content

Commit

Permalink
πŸ› fix: μŠ€μΌ€μ€„λŸ¬ λ™μž‘ μ‹œκ°„ 6μ‹œλ‘œ λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
taewoo-dev committed Dec 22, 2024
1 parent ad82de9 commit 79f1446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def start_scheduler() -> None:
scheduler.add_job(
func=execute_daily_task,
trigger="cron",
hour=00,
hour=6,
minute=00,
id="daily_task",
replace_existing=True,
Expand Down

0 comments on commit 79f1446

Please sign in to comment.