same as last commit

pull/139/head
Aevann 2023-03-15 04:53:37 +02:00
parent 77d8dd8737
commit bc9eeba998
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ def process_files(files, v, body):
body = body.replace(f'[{file.filename}]', f"{SITE_FULL}{process_audio(file, v)}", 1)
else:
abort(415)
print(body, flush=True)
return body