From d0a586a46bfc97455f7f9d75ecd38427061f14c1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 1 Sep 2023 12:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20transfer.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/transfer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/chain/transfer.py b/app/chain/transfer.py index bd2a0311..acd1c987 100644 --- a/app/chain/transfer.py +++ b/app/chain/transfer.py @@ -92,7 +92,7 @@ class TransferChain(ChainBase): def do_transfer(self, path: Path, meta: MetaBase = None, mediainfo: MediaInfo = None, download_hash: str = None, target: Path = None, transfer_type: str = None, - epformat: EpisodeFormat = None, min_filesize: int = None) -> Tuple[bool, str]: + epformat: EpisodeFormat = None, min_filesize: int = 0) -> Tuple[bool, str]: """ 执行一个复杂目录的转移操作 :param path: 待转移目录或文件