Initialise __frame = 0

This commit is contained in:
Hugo 2020-04-01 22:17:39 +03:00
parent 0a77f73ef3
commit 0a757b7085

View File

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