Update WebPImagePlugin.py

This commit is contained in:
k128 2023-07-31 15:32:05 -04:00 committed by GitHub
parent 2f5493a5f0
commit 15e5229030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ class WebPImageFile(ImageFile.ImageFile):
self.info["xmp"] = xmp
# Initialize seek state
self._reset(reset=False)
self._reset(reset=True)
def _getexif(self):
if "exif" not in self.info: