From 67210ce23bf375ce32d4df72e5f1b4e3d1607d5a Mon Sep 17 00:00:00 2001 From: dami Date: Fri, 22 Aug 2025 17:05:01 +0800 Subject: [PATCH] Update tool_task.py --- plugins/op_waf/tool_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/op_waf/tool_task.py b/plugins/op_waf/tool_task.py index a1c6366ac..90a62d1df 100644 --- a/plugins/op_waf/tool_task.py +++ b/plugins/op_waf/tool_task.py @@ -93,7 +93,7 @@ logs_file=$plugin_path/${rname}.log params = { 'name': _name, - 'type': _type_day, + 'type': cfg['period'], 'week': "", 'where1': cfg['where1'], 'hour': cfg['hour'],