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