From be57db1369acc41d2a9b98f29f397ef127a135dd Mon Sep 17 00:00:00 2001 From: Cristian Date: Tue, 18 Aug 2020 12:58:22 -0500 Subject: [PATCH] feat: Save static indexes at the end of `init` --- archivebox/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/main.py b/archivebox/main.py index 406fd2e0..933dac09 100644 --- a/archivebox/main.py +++ b/archivebox/main.py @@ -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: