remove assault from teh list until further notice

This commit is contained in:
Luke Robles 2024-11-04 13:55:12 -08:00
parent 7313f24816
commit affb5de440
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends imagemagick vim
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
RUN /install.sh && rm /install.sh
RUN /root/.cargo/bin/uv pip install --system black && echo "black .; ./bot.py" >/usr/local/bin/start && chmod +x /usr/local/bin/start
RUN /root/.cargo/bin/uv pip install --system black && echo "find . -name "*sync-conflict*" -print -delete; black .; ./bot.py" >/usr/local/bin/start && chmod +x /usr/local/bin/start
COPY --from=0 /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages
ADD app /app
WORKDIR /app

View File

@ -184,7 +184,7 @@ class Tarkov(commands.Cog):
}
"""
dont_care = [
# "assault",
"assault",
"ExUsec",
"infectedAssault",
"infectedCivil",