chore: claude final touches
This commit is contained in:
@@ -339,7 +339,7 @@ async def convert_to_mp4(
|
||||
|
||||
try:
|
||||
filename_without_ext = path.splitext(path.basename(file_key))[0]
|
||||
mp4_filename = filename_without_ext + ".mp4"
|
||||
mp4_filename = f"Конвертированое видео {filename_without_ext}.mp4"
|
||||
|
||||
with NamedTemporaryFile(suffix=".mp4", delete=False) as out:
|
||||
out_path = out.name
|
||||
|
||||
Reference in New Issue
Block a user