From a8b8f37f3fc6a9be8ac061e9c3565662eb9401a3 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Wed, 6 Aug 2025 14:41:15 +0900 Subject: [PATCH] init --- stock_monitor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock_monitor.py b/stock_monitor.py index d515b45..29441ac 100644 --- a/stock_monitor.py +++ b/stock_monitor.py @@ -391,7 +391,6 @@ def detect_turnaround_signal(symbol, data, interval=0, params=None): return None def run_schedule(): - monitor_coins() # 코인 모니터링 스케줄 (매시간 1분, 11분, 21분, 31분, 41분, 51분) for minute in [4, 14, 24, 34, 44, 54]: