From f0692b2fb8865babdd39bfc20aa0148c24cf151a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 28 May 2024 11:50:11 +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 4b0d7b7d..caf198d9 100644 --- a/app/modules/filetransfer/__init__.py +++ b/app/modules/filetransfer/__init__.py @@ -77,7 +77,7 @@ class FileTransferModule(_ModuleBase): break if not link_ok: return False, f"媒体库目录中未找到" \ - f"与下载目录 {d_path} 在同一磁盘/存储空间/映射路径的目录,将无法硬链接" + f"与下载目录 {d_path.path} 在同一磁盘/存储空间/映射路径的目录,将无法硬链接" return True, "" def init_setting(self) -> Tuple[str, Union[str, bool]]: