init
This commit is contained in:
@@ -360,7 +360,8 @@ def run_schedule():
|
||||
|
||||
# 미국 주식 모니터링 스케줄 (매일 저녁 5시 20분)
|
||||
schedule.every().day.at("16:30").do(monitor_us_stocks)
|
||||
schedule.every().day.at("07:20").do(monitor_us_stocks)
|
||||
schedule.every().day.at("23:30").do(monitor_us_stocks)
|
||||
schedule.every().day.at("05:10").do(monitor_us_stocks)
|
||||
|
||||
# 한국 ETF 모니터링 스케줄 (매일 오전 8시)
|
||||
schedule.every().day.at("18:20").do(monitor_kr_stocks)
|
||||
|
||||
Reference in New Issue
Block a user