Skip to content

Commit

Permalink
modify shell expression
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiGong-dev committed Oct 31, 2021
1 parent 03743ed commit 932dfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ import urllib.parse as ul
## Usage

```Shell
pyhon3 updater.py
$ pyhon3 updater.py
```
## Scheduling
Crontab is a job scheduler on Ubuntu. Since the assignment is always due on Friday, I set the scheduler to run at minute 15 past every hour from 14 through 18 on Friday.
```Shell
crontab -e
$ crontab -e
```

```Shell
Expand Down

0 comments on commit 932dfd6

Please sign in to comment.