From 5fbf59b663150bc8a167d62f59a8b23635a0090f Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sun, 28 Aug 2022 13:03:18 -0600 Subject: [PATCH] Accidentally pushed an API key --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e489016..f37c122 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -12,7 +12,7 @@ ENV MPLBACKEND=Agg COPY --from=builder /root/.local /root/.local RUN pip install --no-cache-dir black -ENV TELEGRAM=724630968:AAFmLveRXhtTU_0dgzC724eGUpVK9b3Cw8w +ENV TELEGRAM=TELEGRAM COPY . .