Auth Cache
This commit is contained in:
parent
b5ca577151
commit
96748fb97f
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue