forked from MarseyWorld/MarseyWorld
same as last commit
parent
4644e62c99
commit
60c2f7e628
|
@ -254,7 +254,7 @@ def process_image(filename:str, v, resize=0, trim=False, uploader_id:Optional[in
|
||||||
db.add(media)
|
db.add(media)
|
||||||
|
|
||||||
if IS_LOCALHOST: return f'![]({filename})'
|
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):
|
def process_dm_images(v, user, body):
|
||||||
|
|
Loading…
Reference in New Issue