mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Fix missing spaces before comment
This commit is contained in:
		@@ -117,8 +117,8 @@ class ImageForm(forms.Form):
 | 
				
			|||||||
                frames.append(frame)
 | 
					                frames.append(frame)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            # Save
 | 
					            # Save
 | 
				
			||||||
            om = frames.pop(0) # Get first frame
 | 
					            om = frames.pop(0)  # Get first frame
 | 
				
			||||||
            om.info = im.info # Copy metadata
 | 
					            om.info = im.info  # Copy metadata
 | 
				
			||||||
            image.file = io.BytesIO()
 | 
					            image.file = io.BytesIO()
 | 
				
			||||||
            if len(frames) > 1:
 | 
					            if len(frames) > 1:
 | 
				
			||||||
                # Save as GIF
 | 
					                # Save as GIF
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user