diff --git a/files/helpers/media.py b/files/helpers/media.py index 6927bc640..fb3f552df 100644 --- a/files/helpers/media.py +++ b/files/helpers/media.py @@ -254,7 +254,7 @@ def process_image(filename:str, v, resize=0, trim=False, uploader_id:Optional[in db.add(media) if IS_LOCALHOST: return f'![]({filename})' - return f'https://i.{SITE}{filename} ' + return f'https://i.{SITE}{filename} ' def process_dm_images(v, user, body):