dfdf
This commit is contained in:
parent
6cfbdb7597
commit
88f4433bc7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue