pull/632/head
Mr Chen 6 months ago
parent c731077fba
commit df0efaa7b1
  1. 2
      plugins/clean/tool_task.py
  2. 2
      plugins/sphinx/tool_cron.py

@ -96,7 +96,7 @@ logs_file=$plugin_path/${rname}.log
'stype': "toShell", 'stype': "toShell",
'sname': '', 'sname': '',
'sbody': cmd, 'sbody': cmd,
'urladdress': '', 'url_address': '',
} }
task_id = MwCrontab.instance().add(params) task_id = MwCrontab.instance().add(params)

@ -164,7 +164,7 @@ logs_file=$plugin_path/${rname}.log
'stype': "toShell", 'stype': "toShell",
'sname': '', 'sname': '',
'sbody': cmd, 'sbody': cmd,
'urladdress': '', 'url_address': '',
} }
task_id = MwCrontab.instance().add(params) task_id = MwCrontab.instance().add(params)

Loading…
Cancel
Save