From caf508217b2dedaff6e140291b65dbcade81d616 Mon Sep 17 00:00:00 2001 From: pren Date: Thu, 22 May 2025 11:08:23 +0800 Subject: [PATCH] brushflow: fix typo bug --- plugins.v2/brushflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.v2/brushflow/__init__.py b/plugins.v2/brushflow/__init__.py index 3103c87..03412e3 100644 --- a/plugins.v2/brushflow/__init__.py +++ b/plugins.v2/brushflow/__init__.py @@ -2569,7 +2569,7 @@ class BrushFlow(_PluginBase): reason = "未能满足动态删除设置的前置删除条件" if not torrent: - logger.debug(f"未获取到种子 {torrent_info.get("hash", "?")} 的任务信息。") + logger.debug(f"未获取到种子 {torrent_info.get('hash', '?')} 的任务信息。") while torrent and brush_config.del_no_free: if not torrent.get("freedate", None):