mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
close
This commit is contained in:
@@ -176,6 +176,7 @@ def list_folder(folder: str, title: str) -> None:
|
|||||||
"width": img.width,
|
"width": img.width,
|
||||||
"height": img.height,
|
"height": img.height,
|
||||||
}
|
}
|
||||||
|
img.close()
|
||||||
if not os.path.exists(os.path.join(args.root_directory, ".thumbnails", foldername, item)):
|
if not os.path.exists(os.path.join(args.root_directory, ".thumbnails", foldername, item)):
|
||||||
thumbnails.append((folder, item))
|
thumbnails.append((folder, item))
|
||||||
for raw in RAW_EXTENSIONS:
|
for raw in RAW_EXTENSIONS:
|
||||||
|
|||||||
Reference in New Issue
Block a user