diff --git a/src/main.py b/src/main.py index f60b2ad..fc50382 100644 --- a/src/main.py +++ b/src/main.py @@ -100,7 +100,7 @@ def gen_bulk(bulk_path: Path): def regen(bulk_path: Path, is_thumb: bool, is_small: bool): pages: list[BulkPage] = scan_pages(bulk_path.get_dirs()) - with Bar("Generating albums...", max=len(pages)) as bar: + with Bar("Regenerating assets...", max=len(pages)) as bar: for page in pages: for picture in page.get_pictures(): if is_thumb: