fix: print

This commit is contained in:
Starnakin 2025-05-06 23:13:02 +02:00
parent c7c2cf6409
commit 1a0391bafe

View File

@ -100,7 +100,7 @@ def gen_bulk(bulk_path: Path):
def regen(bulk_path: Path, is_thumb: bool, is_small: bool): def regen(bulk_path: Path, is_thumb: bool, is_small: bool):
pages: list[BulkPage] = scan_pages(bulk_path.get_dirs()) 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 page in pages:
for picture in page.get_pictures(): for picture in page.get_pictures():
if is_thumb: if is_thumb: