Skip to content

Commit

Permalink
更新 transfer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Sep 1, 2023
1 parent fa8dcea commit d0a586a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chain/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def process(self) -> bool:
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: 待转移目录或文件
Expand Down

0 comments on commit d0a586a

Please sign in to comment.