fix: 修改注释

This commit is contained in:
iamckun
2025-01-22 21:49:56 +08:00
parent f5d7ad6c9a
commit b6ddd58263

View File

@@ -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