mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
Update archivebox/config.py
Co-authored-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
parent
24d4c44624
commit
50df108863
1 changed files with 0 additions and 1 deletions
|
@ -314,7 +314,6 @@ DERIVED_CONFIG_DEFAULTS: ConfigDefaultDict = {
|
|||
'SAVE_WARC': {'default': lambda c: c['USE_WGET'] and c['SAVE_WARC']},
|
||||
'WGET_ARGS': {'default': lambda c: c['WGET_ARGS'] or []},
|
||||
|
||||
'USE_RIPGREP': {'default': lambda c: c['USE_RIPGREP']},
|
||||
'RIPGREP_VERSION': {'default': lambda c: bin_version(c['RIPGREP_BINARY']) if c['USE_RIPGREP'] else None},
|
||||
|
||||
'USE_SINGLEFILE': {'default': lambda c: c['USE_SINGLEFILE'] and c['SAVE_SINGLEFILE']},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue