Use correct import for piexif.helper

This commit is contained in:
awsr
2026-01-17 03:57:53 -08:00
parent 1f3ee826ed
commit d49c484af4
+1
View File
@@ -203,6 +203,7 @@ class ExtraNetworksPage:
def get_exif(self, image: Image.Image):
import piexif
import piexif.helper
try:
exifinfo = image.getexif()
if exifinfo is not None and len(exifinfo) > 0: