remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 18:54:08 +02:00
parent 4d1b7ef176
commit 8d48a2bf3e
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ def upload_ibb(file=None, resize=False):
except Exception as e:
print(e)
return
else:
i = IImage.open("image.webp")
i.save("image.webp")
try:
with open("image.webp", 'rb') as f: