Skip to content

Commit

Permalink
fix : chagne value of cron in config example
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPax committed Nov 24, 2024
1 parent a7b7a78 commit b7c6412
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* Add Dockerfile to build and run the application in a container
* Add bash script to build docker image

### Changed

* Change value of cron in config example

## [1.7.0] - 2024-11-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ description="Scan of One Piece generated by scan2epub"
start_at=0
format=true
create_dir_per_file=true
cron="* * * * *"
cron="30 15 * * 0,3" # Every Sunday and Wednesday at 15:30
cron_chap=1132
```

Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ description="Scan of One Piece generated by scan2epub"
start_at=0
format=true
create_dir_per_file=true
cron="* * * * *"
cron="30 15 * * 0,3"
cron_chap=1132`
)

Expand Down

0 comments on commit b7c6412

Please sign in to comment.