diff --git a/stock_monitor.py b/stock_monitor.py index a36672b..6bc7553 100644 --- a/stock_monitor.py +++ b/stock_monitor.py @@ -499,7 +499,6 @@ def monitor_coins(): return def run_schedule(): - monitor_coins() # 코인 모니터링 스케줄 (매시간 1분, 11분, 21분, 31분, 41분, 51분) for minute in [4, 14, 24, 34, 44, 54]: