From 0cd071813f96a1a8b069062226ef25feab5fc2de Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 18 Oct 2023 12:25:51 +0800 Subject: [PATCH] fix #908 --- app/plugins/brushflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/brushflow/__init__.py b/app/plugins/brushflow/__init__.py index d9be7b77..a548f7d2 100644 --- a/app/plugins/brushflow/__init__.py +++ b/app/plugins/brushflow/__init__.py @@ -1436,7 +1436,7 @@ class BrushFlow(_PluginBase): return if not torrents: logger.warn(f"刷流任务在下载器中不存在,清除记录") - self.save_data("hashs", {}) + self.save_data("torrents", {}) return # 检查种子状态,判断是否要删种 remove_torrents = []