From ca492a8ef767410dcd23ae3ede61085a2445503d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=8E=B2=E8=BE=89?= Date: Sun, 28 Apr 2024 11:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A6=92=E5=A4=B4=E8=BE=85?= =?UTF-8?q?=E7=A7=8D=E7=9A=84=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/iyuuautoseed/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/iyuuautoseed/__init__.py b/plugins/iyuuautoseed/__init__.py index 16a222b..70ed0c3 100644 --- a/plugins/iyuuautoseed/__init__.py +++ b/plugins/iyuuautoseed/__init__.py @@ -906,7 +906,6 @@ class IYUUAutoSeed(_PluginBase): if not _apikey: logger.error("m-team站点的apikey未配置") return None - logger.info(f"m-team apikey: ${_apikey}") with RequestUtils( headers={ 'Content-Type': 'application/json', @@ -920,7 +919,6 @@ class IYUUAutoSeed(_PluginBase): if not res: logger.warn(f"m-team 获取种子下载链接失败:{tid}") return None - logger.info(f"m-team res: ${res}") return res.json().get("data") def __is_special_site(url: str):