This commit is contained in:
fireworks88 2021-09-09 23:23:24 +02:00
parent 18c9468017
commit 6e0577abfe

View file

@ -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