From 349535557fdcb4269e63c365dfed59df01e5fa55 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 6 Jun 2025 14:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20subscribe.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/subscribe.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index 1ca42d44..d91e740b 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -770,10 +770,6 @@ class SubscribeChain(ChainBase): torrent_mediainfo.episode_group = subscribe.episode_group _match_context.append(_context) - # 清理内存 - contexts.clear() - del contexts - if not _match_context: # 未匹配到资源 logger.info(f'{mediainfo.title_year} 未匹配到符合条件的资源')