修正should_delete未被命名错误

This commit is contained in:
behinder85
2025-05-23 14:22:28 +08:00
committed by GitHub
parent bc8fcd3db0
commit ed46ee9cbb

View File

@@ -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"):