fix history

This commit is contained in:
jxxghp
2023-07-12 14:53:25 +08:00
parent 880e0c4bd3
commit 0900ab4891
2 changed files with 17 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class TransferChain(ChainBase):
def process(self, arg_str: str = None, userid: Union[str, int] = None) -> bool:
"""
获取下载器中的种子列表,并执行转移
:param arg_str: 传入的参数 (种子hash和TMDB ID)
:param userid: 用户ID
"""
def extract_hash_and_number(string: str):