init
This commit is contained in:
@@ -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분)
|
||||
|
||||
Reference in New Issue
Block a user