This commit is contained in:
lwl0608 2024-02-06 02:13:46 +08:00
parent 1050fe8b12
commit ecbf078599
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ class S:
} }
images = list() images = list()
images_tmp = self.col_image.find(q) images_tmp = self.col_image.find(q)
print(len(images_tmp))
for img in images_tmp: for img in images_tmp:
fmt = safe_get_str(img, "fmt") fmt = safe_get_str(img, "fmt")
if fmt.find("heic"): if fmt.find("heic"):