Auth Cache

This commit is contained in:
암냥 2025-02-02 14:12:18 +09:00 committed by GitHub
commit 96748fb97f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ cd ${BOT_ROOT}
# If doesn't have temp/cookies.json, create it
if [ ! -f "./temp/cookies.json" ]; then
if [ ! -f "./temp/auth/cookies.json" ]; then
python3 library/init-auth.py
fi