mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
meeeeh
This commit is contained in:
@@ -152,7 +152,6 @@ def list_folder(folder: str, title: str) -> None:
|
||||
contains_files = False
|
||||
if not args.non_interactive_mode:
|
||||
imgpbar = tqdm(total=len(items), desc=f"Getting image info - {folder}", unit="files", ascii=True, dynamic_ncols=True)
|
||||
imgpbar.update(0)
|
||||
for item in items:
|
||||
if item not in EXCLUDES:
|
||||
if os.path.isdir(os.path.join(folder, item)):
|
||||
|
||||
Reference in New Issue
Block a user