diff --git a/.gitignore b/.gitignore index 929f160..06b6901 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /venv/ -.idea \ No newline at end of file +.idea +__pycache__/CredentialGetter.cpython-311.pyc diff --git a/README.md b/README.md index 81c4d33..23a7474 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ python master.py & set a cron job to run it hourly at 55th minute ``` -55 * * * * python poppularTicketRemind.py +55 * * * * python ~/BiliLiveManager/popularTicketRemind.py ``` ## 10. (optional) Run refreshCredentials.py @@ -124,5 +124,5 @@ set a cron job to run it hourly at 55th minute You may want to set a cron job to run it daily at noon ``` -0 12 * * * python refreshCredentials.py +0 12 * * * python ~/BiliLiveManager/refreshCredentials.py ``` \ No newline at end of file