init
This commit is contained in:
@@ -336,6 +336,7 @@ def monitor_coins():
|
||||
continue
|
||||
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]))
|
||||
|
||||
# buy
|
||||
buy_ticker(symbol)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user