This commit is contained in:
jxxghp
2025-06-03 07:07:40 +08:00
parent 1c46b0bc20
commit fb2b29d088

View File

@@ -563,7 +563,7 @@ class SubscribeChain(ChainBase, metaclass=Singleton):
subscribes = self.subscribeoper.list(self.get_states_for_search('R'))
# 预识别所有未识别的种子
processed_torrents = {}
processed_torrents: Dict[str, List[Context]] = {}
for domain, contexts in torrents.items():
processed_torrents[domain] = []
for context in contexts: