fix page bug

This commit is contained in:
jxxghp
2023-08-06 11:20:28 +08:00
parent 4433d8f229
commit f4b0aebd01
3 changed files with 4 additions and 4 deletions

View File

@ -195,7 +195,7 @@ class ChainBase(metaclass=ABCMeta):
def search_torrents(self, site: CommentedMap,
mediainfo: Optional[MediaInfo] = None,
keyword: str = None,
page: int = None) -> List[TorrentInfo]:
page: int = 0) -> List[TorrentInfo]:
"""
搜索一个站点的种子资源
:param site: 站点