same as last commit

pull/139/head
Aevann 2023-03-14 10:19:02 +02:00
parent 4644e62c99
commit 60c2f7e628
1 changed files with 1 additions and 1 deletions

View File

@ -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):