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