feat: Save static indexes at the end of init
This commit is contained in:
parent
c16fdf1b47
commit
be57db1369
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ def init(force: bool=False, out_dir: str=OUTPUT_DIR) -> None:
|
||||||
print(' archivebox list --status=invalid')
|
print(' archivebox list --status=invalid')
|
||||||
|
|
||||||
|
|
||||||
write_main_index(list(all_links.values()), out_dir=out_dir)
|
write_main_index(list(all_links.values()), out_dir=out_dir, finished=True)
|
||||||
|
|
||||||
print('\n{green}------------------------------------------------------------------{reset}'.format(**ANSI))
|
print('\n{green}------------------------------------------------------------------{reset}'.format(**ANSI))
|
||||||
if existing_index:
|
if existing_index:
|
||||||
|
|
Loading…
Reference in a new issue