mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
fix
This commit is contained in:
@@ -216,7 +216,7 @@ class IndexerModule(_ModuleBase):
|
|||||||
:param: timeout: 超时时间
|
:param: timeout: 超时时间
|
||||||
:return: 是否发生错误, 种子列表
|
:return: 是否发生错误, 种子列表
|
||||||
"""
|
"""
|
||||||
_spider = SiteSpider(indexer=indexer,
|
_spider = SiteSpider(indexer={k:v for k,v in indexer.items()}, # noqa
|
||||||
mtype=mtype,
|
mtype=mtype,
|
||||||
keyword=search_word,
|
keyword=search_word,
|
||||||
page=page)
|
page=page)
|
||||||
|
|||||||
Reference in New Issue
Block a user