mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-26 15:54:36 +02:00
fix bad default in scheduler
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user