From b6ddd58263834890bb7b28c38c4f4846c26ac472 Mon Sep 17 00:00:00 2001 From: iamckun Date: Wed, 22 Jan 2025 21:49:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.v2/iyuuautoseed/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.v2/iyuuautoseed/__init__.py b/plugins.v2/iyuuautoseed/__init__.py index 776d4fc..5307433 100644 --- a/plugins.v2/iyuuautoseed/__init__.py +++ b/plugins.v2/iyuuautoseed/__init__.py @@ -1146,7 +1146,7 @@ class IYUUAutoSeed(_PluginBase): @staticmethod def __get_category(torrent: Any, dl_type: str): """ - 获取种子标签 + 获取种子分类 """ try: return torrent.get("category") if dl_type == "qbittorrent" else None