mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 12:13:05 +00:00
fix bad default in scheduler
This commit is contained in:
parent
354895aef1
commit
168e578ea4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def main(args=None):
|
|||
parser.add_argument(
|
||||
'--every', # '-e',
|
||||
type=str,
|
||||
default='daily',
|
||||
default='day',
|
||||
help='Run ArchiveBox once every [timeperiod] (hour/day/week/month/year or cron format e.g. "0 0 * * *")',
|
||||
)
|
||||
group.add_argument(
|
||||
|
|
Loading…
Reference in a new issue