fix: print
This commit is contained in:
parent
c7c2cf6409
commit
1a0391bafe
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user