fd
This commit is contained in:
parent
2a9f66a3dc
commit
3a649eff03
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue