remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 18:47:22 +02:00
parent 8abd5c804e
commit c7ea305ae1
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ def upload_ibb(file=None, resize=False):
except Exception as e:
print(e)
return
i.save("image.webp")
try:
with open("image.webp", 'rb') as f:
data={'image': base64.b64encode(f.read())}