@@ -38,7 +38,7 @@ def run_task(task_name: str, *args):
log.error("未知任务: %s", task_name)
list_tasks()
for task in TASKS:
task["func"](*args)
task["func"]()
log.info("===== 开始执行任务: %s =====", task_name)
try:
The note is not visible to the blocked user.