remove finished/not finished spinners

This commit is contained in:
Nick Sweeting 2020-11-28 01:07:02 -05:00
parent 9661c863b3
commit c9162a6d09
10 changed files with 69 additions and 99 deletions

View file

@ -221,7 +221,7 @@ def timed_index_update(out_path: Path):
@enforce_types
def write_main_index(links: List[Link], out_dir: Path=OUTPUT_DIR, finished: bool=False) -> None:
def write_main_index(links: List[Link], out_dir: Path=OUTPUT_DIR) -> None:
"""Writes links to sqlite3 file for a given list of links"""
log_indexing_process_started(len(links))