Update README.md

This commit is contained in:
zhao-zg 2024-12-12 11:33:58 +08:00 committed by GitHub
parent 992d48459c
commit bb354ade22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ services:
environment:
TZ: Asia/Shanghai
command: >
sh -c "rm -rf * && wget -O api.py && pip requests fake_useragent &&
sh -c "pip install requests fake_useragent && rm -rf * && wget -O api.py
https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py && wget -O
login.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py
&& python api.py"