This commit is contained in:
jxxghp
2025-02-14 13:32:20 +08:00
parent dd47432a45
commit 4c9afcc1a8

View File

@@ -216,7 +216,7 @@ class IndexerModule(_ModuleBase):
:param: timeout: 超时时间
:return: 是否发生错误, 种子列表
"""
_spider = SiteSpider(indexer=indexer,
_spider = SiteSpider(indexer={k:v for k,v in indexer.items()}, # noqa
mtype=mtype,
keyword=search_word,
page=page)