diff --git a/files/helpers/images.py b/files/helpers/images.py index 189a1d5af5..207ab4190c 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -34,7 +34,7 @@ def upload_ibb(file=None, resize=False): except Exception as e: print(e) return - i.save("image.webp", optimize=True, quality=30) + i.save("image.webp") try: with open("image.webp", 'rb') as f: