diff --git a/files/helpers/images.py b/files/helpers/images.py index fcbb4c29b..abd75a15d 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -56,11 +56,6 @@ def upload_ibb(file=None, resize=False): - - - - - try: with open("image.webp", 'rb') as f: data={'image': base64.b64encode(f.read())}