fix last commit

pull/139/head
Aevann 2023-03-15 04:49:26 +02:00
parent da19ef96d1
commit 59159ee79b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def process_files(files, v, body):
name = f'/images/{time.time()}'.replace('.','') + '.webp'
file.save(name)
url = process_image(name, v)
body = body.replace(f'[{file.filename}]', f'{url} ', 1)
body = body.replace(f'[{file.filename}]', f'{url} ', 1)
elif file.content_type.startswith('video/'):
body = body.replace(f'[{file.filename}]', process_video(file, v), 1)
elif file.content_type.startswith('audio/'):