From 3032ce528654dfe7f771c419940f217f8c911f2a Mon Sep 17 00:00:00 2001 From: dsyoon Date: Thu, 1 May 2025 11:43:59 +0900 Subject: [PATCH] init --- stock_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_monitor.py b/stock_monitor.py index edf49c0..5667e43 100644 --- a/stock_monitor.py +++ b/stock_monitor.py @@ -187,7 +187,7 @@ def format_message(info, market_type): if info['buy_signals']['volume_signal']: message += "- 거래량 급증" count += 1 - message += f" ({count})" + message += f" ({count})\n" return message def get_coin_data(symbol, retries=3):