1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-08-02 19:41:42 +00:00

#87: bandaid fix so bot can work without market data, and warns users about the lack of stock market data

This commit is contained in:
2022-08-28 12:57:36 -06:00
parent 06e1f62fff
commit 5df8ff11c2
4 changed files with 170 additions and 15 deletions

View File

@@ -12,8 +12,7 @@ ENV MPLBACKEND=Agg
COPY --from=builder /root/.local /root/.local
RUN pip install --no-cache-dir black
ENV TELEGRAM=TOKEN
ENV IEX=TOKEN
ENV TELEGRAM=724630968:AAFmLveRXhtTU_0dgzC724eGUpVK9b3Cw8w
COPY . .