From e3526d817ee22578a4ee3e73d9613cbb144f521b Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 12 Jun 2023 20:29:44 +0800 Subject: [PATCH] add log --- app/chain/subscribe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index 5c0f95fe..e63ed99e 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -188,6 +188,7 @@ class SubscribeChain(ChainBase): logger.warn(f'{indexer.get("name")} 没有符合过滤条件的资源') continue for torrent in torrents: + logger.info(f'处理资源:{torrent.title} ...') # 识别前预处理 result: Optional[tuple] = self.prepare_recognize(title=torrent.title, subtitle=torrent.description)