remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 18:58:41 +02:00
parent d0d2219f8e
commit 9d35c449e9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def upload_ibb(file=None, resize=False):
def thumbnails(frames):
for frame in frames:
thumbnail = frame.copy()
: thumbnail.thumbnail(100, 100, IImage.ANTIALIAS)
thumbnail.thumbnail(100, 100, IImage.ANTIALIAS)
yield thumbnail
frames = thumbnails(frames)