From ffc5c48830db3bad133cfbee9021807d06f17d76 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 2 Sep 2023 13:34:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/filetransfer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/filetransfer/__init__.py b/app/modules/filetransfer/__init__.py index ff8b0973..bb4e6b84 100644 --- a/app/modules/filetransfer/__init__.py +++ b/app/modules/filetransfer/__init__.py @@ -444,7 +444,7 @@ class FileTransferModule(_ModuleBase): logger.info(f"文件 {in_path} 转移成功") return TransferInfo(path=in_path, - target_path=new_file.parent, + target_path=new_file, file_count=1, total_size=new_file.stat().st_size, is_bluray=False,