Initialise __frame = 0

This commit is contained in:
Hugo 2020-04-01 22:17:39 +03:00
parent f0fe60ae9f
commit ca85b0da24

View File

@ -630,6 +630,7 @@ class PngImageFile(ImageFile.ImageFile):
format = "PNG" format = "PNG"
format_description = "Portable network graphics" format_description = "Portable network graphics"
__frame = 0
def _open(self): def _open(self):