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