Fix missing spaces before comment

This commit is contained in:
Alexandre Iooss 2020-09-06 19:16:35 +02:00
parent 82924c999a
commit 40a3405f47
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ class ImageForm(forms.Form):
frames.append(frame)
# Save
om = frames.pop(0) # Get first frame
om.info = im.info # Copy metadata
om = frames.pop(0) # Get first frame
om.info = im.info # Copy metadata
image.file = io.BytesIO()
if len(frames) > 1:
# Save as GIF