Removed initial seek

This commit is contained in:
Andrew Murray 2020-04-17 22:05:38 +10:00
parent 03b5ffbd23
commit 574b0ee315

View File

@ -92,7 +92,6 @@ class WebPImageFile(ImageFile.ImageFile):
# Initialize seek state
self._reset(reset=False)
self.seek(0)
def _getexif(self):
if "exif" not in self.info: