remotes/1693045480750635534/spooky-22
Aevann1 2021-07-30 13:25:19 +02:00
parent 6891ac53e4
commit f9b4b85432
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), loop=1)
om.save("image.gif", save_all=True, append_images=list(frames), loop=0)
try:
with open('image.gif', 'rb') as f: