From 786664cd394891407becf51846ec7a84ef82cfdb Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sun, 11 Sep 2022 21:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=87=BATr=E4=B8=8B=E8=BD=BD=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ptools/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptools/base.py b/ptools/base.py index 5c63a55..90a3b56 100644 --- a/ptools/base.py +++ b/ptools/base.py @@ -96,7 +96,7 @@ class CommonResponse: class DownloaderCategory(models.TextChoices): # 下载器名称 # Deluge = 'De', 'Deluge' - # Transmission = 'Tr', 'Transmission' + Transmission = 'Tr', 'Transmission' qBittorrent = 'Qb', 'qBittorrent'