init
This commit is contained in:
@@ -472,7 +472,7 @@ def monitor_coins():
|
|||||||
def run_schedule():
|
def run_schedule():
|
||||||
|
|
||||||
# 코인 모니터링 스케줄 (매시간 1분, 11분, 21분, 31분, 41분, 51분)
|
# 코인 모니터링 스케줄 (매시간 1분, 11분, 21분, 31분, 41분, 51분)
|
||||||
for minute in [4, 34]:
|
for minute in [4, 14, 24, 34,44, 54]:
|
||||||
schedule.every().hour.at(f":{minute:02d}").do(monitor_coins)
|
schedule.every().hour.at(f":{minute:02d}").do(monitor_coins)
|
||||||
|
|
||||||
# 미국 주식 모니터링 스케줄 (매일 저녁 5시 20분)
|
# 미국 주식 모니터링 스케줄 (매일 저녁 5시 20분)
|
||||||
|
|||||||
Reference in New Issue
Block a user