From ded7679c5d320a380379caea1fd8bceccf6596c5 Mon Sep 17 00:00:00 2001 From: CuSO4Gem <37165760+CuSO4Gem@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AD=97=E5=B9=95=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E4=BF=9D=E5=AD=98=E7=9A=84=E6=96=87=E4=BB=B6=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98=20(#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 9bc4c4d..455e362 100644 --- a/app.py +++ b/app.py @@ -452,7 +452,7 @@ def translated_zh_upload(): # if user does not select file, browser also # submit an empty part without filename if file and get_extension(file.filename): - filename = video_id + "_zh_merge.srt" + filename = video_id + "_zh_merged.srt" print("save:" + filename) file.save(os.path.join(output_path, filename)) return jsonify({"message": log_info_return_str(f"SRT {filename} uploaded")})