1
0
Fork 0
mirror of synced 2024-06-28 02:50:24 +12:00

feat: Save static indexes at the end of init

This commit is contained in:
Cristian 2020-08-18 12:58:22 -05:00 committed by Cristian Vargas
parent c16fdf1b47
commit be57db1369

View file

@ -367,7 +367,7 @@ def init(force: bool=False, out_dir: str=OUTPUT_DIR) -> None:
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))
if existing_index: