From c6c614b5b537279950b20dae15a6b5b560b8337a Mon Sep 17 00:00:00 2001 From: "C.C" Date: Sun, 20 Oct 2024 14:05:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=B7=E6=B5=81bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/action.py b/web/action.py index 0ce7728e..7d1a2b5f 100644 --- a/web/action.py +++ b/web/action.py @@ -2570,7 +2570,7 @@ def parse_brush_rule_string(rules: dict): if freespace[0]: rule_htmls.append( '磁盘剩余空间: %s %sGB' - % (rule_filter_string.get(sizes[0]), sizes[1])) + % (rule_filter_string.get(freespace[0]), freespace[1])) return "
".join(rule_htmls) @staticmethod