Skip to content

Commit

Permalink
Update WebPImagePlugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k128 committed Jul 31, 2023
1 parent 2f5493a commit 15e5229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/WebPImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _open(self):
self.info["xmp"] = xmp

# Initialize seek state
self._reset(reset=False)
self._reset(reset=True)

def _getexif(self):
if "exif" not in self.info:
Expand Down

0 comments on commit 15e5229

Please sign in to comment.