This commit is contained in:
lwl0608 2024-02-06 02:14:12 +08:00
parent ecbf078599
commit 33c919fa4a
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class S:
print(len(images_tmp))
for img in images_tmp:
fmt = safe_get_str(img, "fmt")
if fmt.find("heic"):
if fmt.find("heic") > 0:
continue
images.append(img)
return images