From 8f542085bc8ed4abb5970928e018afda65574040 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Mon, 4 Aug 2025 09:16:41 +0900 Subject: [PATCH] init --- stock_monitor.py | 1 - 1 file changed, 1 deletion(-) 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]: