mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Update WebPImagePlugin.py
This commit is contained in:
parent
2f5493a5f0
commit
15e5229030
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user