remotes/1693045480750635534/spooky-22
Aevann1 2021-07-30 13:22:41 +02:00
parent 4f0deda6e9
commit 6891ac53e4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def upload_file(file=None, resize=False):
om = next(frames)
om.info = i.info
om.save("image.gif", save_all=True, append_images=list(frames))
om.save("image.gif", save_all=True, append_images=list(frames), loop=1)
try:
with open('image.gif', 'rb') as f: