mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-15 23:06:40 +00:00
Stock needs a string to be passed to it
This commit is contained in:
parent
46ddef206c
commit
ec5d1fa195
@ -44,7 +44,7 @@ class Router:
|
||||
# symbols.append(Stock(stock))
|
||||
# else:
|
||||
# info(f"{stock} is not in list of stocks")
|
||||
return [Stock()]
|
||||
return [Stock("Anson")]
|
||||
coins = set(re.findall(self.CRYPTO_REGEX, text))
|
||||
for coin in coins:
|
||||
if coin.lower() in self.crypto.symbol_list["symbol"].values:
|
||||
|
Loading…
x
Reference in New Issue
Block a user