tr
This commit is contained in:
parent
18c9468017
commit
6e0577abfe
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ def upload_imgur(file, resize=False):
|
|||
om.info = i.info
|
||||
try: om.save(f"image.{om.format}", save_all=True, append_images=list(frames), loop=0, optimize=True, quality=30)
|
||||
except Exception as e:
|
||||
print(type(om))
|
||||
print(om.format)
|
||||
print(e)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue