From ec25120547c9b3f2eed5c1879006cad9718c2488 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sat, 3 May 2025 11:40:51 +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 3260fa3..f5b9c72 100644 --- a/stock_monitor.py +++ b/stock_monitor.py @@ -349,7 +349,7 @@ def monitor_coins(): if len(message_list) > 0: try: - send_stock_telegram_message(message_list, header="[KRW-COIN]") + send_coin_telegram_message(message_list, header="[KRW-COIN]") except Exception as e: print(f"Error sending Telegram message: {str(e)}")