init
This commit is contained in:
@@ -349,7 +349,7 @@ def monitor_coins():
|
|||||||
|
|
||||||
if len(message_list) > 0:
|
if len(message_list) > 0:
|
||||||
try:
|
try:
|
||||||
send_stock_telegram_message(message_list, header="[KRW-COIN]")
|
send_coin_telegram_message(message_list, header="[KRW-COIN]")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Error sending Telegram message: {str(e)}")
|
print(f"Error sending Telegram message: {str(e)}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user