This commit is contained in:
jxxghp
2023-06-20 13:43:02 +08:00
parent 0776a0b235
commit 3cd843d70d
6 changed files with 20 additions and 20 deletions

View File

@ -89,7 +89,7 @@ class DoubanChain(ChainBase):
:return: 媒体信息列表
"""
return self.run_module("douban_discover", mtype=mtype, sort=sort, tags=tags,
start=start, count=count)
start=start, count=count)
def remote_sync(self, userid: Union[int, str]):
"""