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: