chore: claude final touches

This commit is contained in:
Daniil
2026-03-17 18:11:23 +03:00
parent 4b90925c2a
commit 0299949553
21 changed files with 1915 additions and 101 deletions
+1 -1
View File
@@ -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