remotes/1693045480750635534/spooky-22
Aevann1 2021-09-15 02:34:15 +02:00
parent 6a493c46a9
commit 832e614edd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def upload_ibb(file=None, resize=False):
except Exception as e:
print(e)
return
i.save("image.webp", save_all=True)
i.save("image.webp", format='WEBP', save_all=True)
try:
with open("image.webp", 'rb') as f: