Fix pickling webp

This commit is contained in:
Hugo 2020-04-16 11:46:34 +03:00
parent cdf3c98103
commit 2e6ab7c669

View File

@ -38,6 +38,8 @@ class WebPImageFile(ImageFile.ImageFile):
format = "WEBP"
format_description = "WebP image"
__loaded = -1
__logical_frame = -1
def _open(self):
if not _webp.HAVE_WEBPANIM: