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]: