From 1a0391bafefd61452bb3cdf828ff0cfc69fc6b9c Mon Sep 17 00:00:00 2001 From: Starnakin Date: Tue, 6 May 2025 23:13:02 +0200 Subject: [PATCH] fix: print --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: