mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
更新 search.py
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ class SearchChain(ChainBase):
|
|||||||
if not config_indexers or str(indexer.get("id")) in config_indexers:
|
if not config_indexers or str(indexer.get("id")) in config_indexers:
|
||||||
# 站点流控
|
# 站点流控
|
||||||
state, msg = self.siteshelper.check(indexer.get("domain"))
|
state, msg = self.siteshelper.check(indexer.get("domain"))
|
||||||
if not state:
|
if state:
|
||||||
logger.warn(msg)
|
logger.warn(msg)
|
||||||
continue
|
continue
|
||||||
indexer_sites.append(indexer)
|
indexer_sites.append(indexer)
|
||||||
|
|||||||
Reference in New Issue
Block a user