Skip to content

Commit

Permalink
fix path in cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
TZFC committed Nov 15, 2023
1 parent 4f2baa0 commit e420863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/venv/
.idea
.idea
__pycache__/CredentialGetter.cpython-311.pyc
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ 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

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
```

0 comments on commit e420863

Please sign in to comment.