mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-17 03:54:08 +02:00
feat: Save static indexes at the end of init
This commit is contained in:
committed by
Cristian Vargas
parent
c16fdf1b47
commit
be57db1369
@@ -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:
|
||||||
|
Reference in New Issue
Block a user