remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 18:46:27 +02:00
parent bf44fe9fd6
commit 04679e4524
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", optimize=True, quality=30)
i.save("image.webp")
try:
with open("image.webp", 'rb') as f: