1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-27 00:21:27 +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

@@ -13,7 +13,7 @@ COPY --from=builder /root/.local /root/.local
RUN pip install --no-cache-dir black
ENV TELEGRAM=TOKEN
ENV IEX=TOKEN
ENV MARKETDATA=TOKEN
COPY . .