This commit is contained in:
dsyoon
2025-08-09 14:01:16 +09:00
parent 5350984215
commit a869e6e0da
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{
"BONK": "2025-08-07T07:44:02.345835"
"BONK": "2025-08-07T07:44:02.345835",
"APE": "2025-08-09T13:44:02.655890"
}

View File

@@ -572,7 +572,7 @@ def monitor_coins():
def run_schedule():
# 코인 모니터링 스케줄 (매시간 4분, 14분, 24분, 34분, 44분, 54분)
for minute in [4, 14, 24, 34, 44, 54]:
for minute in [2, 12, 22, 32, 42, 52]:
schedule.every().hour.at(f":{minute:02d}").do(monitor_coins)
# 미국 주식 모니터링 스케줄 (매일 저녁 5시 20분)