From 8832a52310823f5042301f277a2cb905ab251dda Mon Sep 17 00:00:00 2001 From: yangdawei Date: Mon, 15 Jun 2026 11:28:21 +0800 Subject: [PATCH] docs: correct course summary import path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 938c535..7882b4c 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,12 @@ python3 /Users/yangdawei/Desktop/新时空业务源数据/新时空课程记录 ```bash cd /root/新时空数据/app docker compose exec xsk-records-web python scripts/import_course_summaries.py \ - --source /import/课程小结采集 \ + --source /data/import/课程小结采集 \ --target /data/course_summaries \ --state /data/course_summary_state.json \ --tasks /data/admin_tasks.json \ --operation-logs /data/operation_logs.jsonl \ - --missing-table /import/课程小结采集/classnotes缺失.txt + --missing-table /data/import/课程小结采集/classnotes缺失.txt ``` ## 数据备份