From 35fdba0f6e9d32d3942b762db0e502211cb0f3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=9F=AF=E5=90=8D?= Date: Thu, 7 Aug 2025 00:02:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dtorrenttransfer=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E8=8E=B7=E5=8F=96=E7=A7=8D=E5=AD=90=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.v2/torrenttransfer/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.v2/torrenttransfer/__init__.py b/plugins.v2/torrenttransfer/__init__.py index 430b6bf..414deb8 100644 --- a/plugins.v2/torrenttransfer/__init__.py +++ b/plugins.v2/torrenttransfer/__init__.py @@ -689,9 +689,9 @@ class TorrentTransfer(_PluginBase): torrents = from_downloader.get_completed_torrents() if torrents: - logger.info(f"下载器 {from_service.name} 已完成种子数:{len(torrents)}") + logger.info(f"下载器 {from_service.name} 已做种的种子数:{len(torrents)}") else: - logger.info(f"下载器 {from_service.name} 没有已完成种子") + logger.info(f"下载器 {from_service.name} 没有已做种的种子") return # 过滤种子,记录保存目录