1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-02 11:31:29 +00:00

Removed all mentions of IEX cloud

This commit is contained in:
2023-04-09 11:16:35 -06:00
parent 3ba785824c
commit bf4b3032f1
6 changed files with 5 additions and 19 deletions

View File

@@ -390,7 +390,6 @@ class Router:
log.debug(f"{symbol} is not a Stock or Coin")
if stocks:
# IEX batch endpoint doesnt seem to be working right now
for stock in stocks:
replies.append(self.stock.price_reply(stock))
if coins: