From fb2b29d0887c8a1e12be3be789598193519ff80a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 3 Jun 2025 07:07:40 +0800 Subject: [PATCH] fix #4382 --- app/chain/subscribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index 2cfe98ec..e9b43a5c 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -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: