Skip to content

Commit

Permalink
fix: 刷流bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuan0213 committed Oct 20, 2024
1 parent 9ce9d35 commit c6c614b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ def parse_brush_rule_string(rules: dict):
if freespace[0]:
rule_htmls.append(
'<span class="badge badge-outline text-blue me-1 mb-1" title="磁盘剩余空间">磁盘剩余空间: %s %sGB</span>'
% (rule_filter_string.get(sizes[0]), sizes[1]))
% (rule_filter_string.get(freespace[0]), freespace[1]))
return "<br>".join(rule_htmls)

@staticmethod
Expand Down

0 comments on commit c6c614b

Please sign in to comment.