mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Added Python 3 support to gifmaker script
This commit is contained in:
parent
6d7eb53b52
commit
8dc8a1235e
|
@ -89,7 +89,7 @@ def makedelta(fp, sequence):
|
|||
|
||||
frames += 1
|
||||
|
||||
fp.write(";")
|
||||
fp.write(b";")
|
||||
|
||||
return frames
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user