and a typo
This commit is contained in:
parent
9a8a5de64f
commit
acc061ad8e
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class ExtractFrame:
|
|||
|
||||
def quit(self):
|
||||
if self.frame_img:
|
||||
if self.frame_size
|
||||
if self.frame_size:
|
||||
img = self.frame_img.resize(self.frame_size, Image.ANTIALIAS)
|
||||
else:
|
||||
img = self.frame_img
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue