This commit is contained in:
dsyoon
2025-08-06 14:40:11 +09:00
parent f7870381bf
commit d55be964e5

View File

@@ -336,6 +336,7 @@ def monitor_coins():
continue continue
print(f" - {KR_ETFS[symbol]} ({symbol}): {recent_data['Close'][-1]:.2f}") print(f" - {KR_ETFS[symbol]} ({symbol}): {recent_data['Close'][-1]:.2f}")
message_list.append(format_message('COIN', symbol, US_STOCKS[symbol], recent_data['Close'][-1])) message_list.append(format_message('COIN', symbol, US_STOCKS[symbol], recent_data['Close'][-1]))
# buy # buy
buy_ticker(symbol) buy_ticker(symbol)