Skip to content

Commit df42285

Browse files
committed
fix args bug
1 parent 820f8dd commit df42285

10 files changed

Lines changed: 3 additions & 186 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ test.py
2121
main.build
2222
main.dist
2323
.DS_Store
24+
bilitickerbuy.egg-info

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ENV TZ=Asia/Shanghai
1616
COPY requirements.txt .
1717
RUN python -m pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
1818
COPY . .
19-
RUN playwright install chromium
2019
RUN apt-get update --allow-unauthenticated && \
2120
apt-get install -y --allow-unauthenticated --no-install-recommends \
2221
libnss3 libnspr4 libatk-bridge2.0-0 libdrm2 libxkbcommon0 \

bilitickerbuy.egg-info/PKG-INFO

Lines changed: 0 additions & 118 deletions
This file was deleted.

bilitickerbuy.egg-info/SOURCES.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

bilitickerbuy.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

bilitickerbuy.egg-info/entry_points.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

bilitickerbuy.egg-info/requires.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

bilitickerbuy.egg-info/top_level.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ def main():
4040
"BiliTickerBuy\n\n"
4141
"Use `btb buy` to buy tickets directly in the command line."
4242
"Run `btb` without arguments to open the UI."
43+
"Run `btb buy -h` for `btb buy` detailed options."
4344
),
4445
epilog=(
4546
"Examples:\n"
4647
" btb buy tickets.json\n"
4748
" btb buy tickets.json --interval 500\n\n"
48-
"Run `btb buy -h` for detailed options."
4949
),
5050
formatter_class=argparse.RawTextHelpFormatter,
5151
parents=[gradio_parent],

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)