From df0efaa7b1e84301be958f54c032dcb2ee23b717 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 24 Nov 2024 06:05:18 +0800 Subject: [PATCH] update --- plugins/clean/tool_task.py | 2 +- plugins/sphinx/tool_cron.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/clean/tool_task.py b/plugins/clean/tool_task.py index ad4880660..cc762f7c9 100644 --- a/plugins/clean/tool_task.py +++ b/plugins/clean/tool_task.py @@ -96,7 +96,7 @@ logs_file=$plugin_path/${rname}.log 'stype': "toShell", 'sname': '', 'sbody': cmd, - 'urladdress': '', + 'url_address': '', } task_id = MwCrontab.instance().add(params) diff --git a/plugins/sphinx/tool_cron.py b/plugins/sphinx/tool_cron.py index 19a1ec6a0..e9859be0a 100644 --- a/plugins/sphinx/tool_cron.py +++ b/plugins/sphinx/tool_cron.py @@ -164,7 +164,7 @@ logs_file=$plugin_path/${rname}.log 'stype': "toShell", 'sname': '', 'sbody': cmd, - 'urladdress': '', + 'url_address': '', } task_id = MwCrontab.instance().add(params)