From 1a54303946f87d8b672999df222f5304ec02934f Mon Sep 17 00:00:00 2001 From: xuyanling Date: Thu, 23 Nov 2023 15:55:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(plugin):=20=E4=B8=8B=E8=BD=BD=E5=99=A8?= =?UTF-8?q?=E6=8A=A5=E9=94=99:=20https://github.com/hsuyelin/nas-tools/iss?= =?UTF-8?q?ues/465?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/torrentremover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/torrentremover.py b/app/torrentremover.py index ec04d239..1e71e7e5 100644 --- a/app/torrentremover.py +++ b/app/torrentremover.py @@ -53,7 +53,7 @@ def init_config(self): "downloader": downloader_id, "downloader_name": downloader_name, "downloader_type": downloader_type, - "onlynastool": task.ONLYNASTOOL, + "onlynastool": task.ONLY_NASTOOL, "samedata": task.SAMEDATA, "action": task.ACTION, "config": json.loads(config) if config else {},