From ed46ee9cbbd96c236a80d7281a139c6df4a58609 Mon Sep 17 00:00:00 2001 From: behinder85 <60542924+behinder85@users.noreply.github.com> Date: Fri, 23 May 2025 14:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3should=5Fdelete=E6=9C=AA?= =?UTF-8?q?=E8=A2=AB=E5=91=BD=E5=90=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.v2/brushflow/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.v2/brushflow/__init__.py b/plugins.v2/brushflow/__init__.py index 8cc8126..475f38a 100644 --- a/plugins.v2/brushflow/__init__.py +++ b/plugins.v2/brushflow/__init__.py @@ -2582,6 +2582,7 @@ class BrushFlow(_PluginBase): """ brush_config = self.__get_brush_config(sitename=site_name) + should_delete = False reason = "未能满足动态删除设置的前置删除条件" while brush_config.del_no_free and torrent_info.get("downloaded") < torrent_info.get("total_size"):