From b2a5cf3f47b86ec6b69053dfb2a12d02e3980720 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期二, 31 十二月 2024 14:42:14 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway --- app/task/fetch_agent.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/task/fetch_agent.py b/app/task/fetch_agent.py index bbb4da9..8cb7e5a 100644 --- a/app/task/fetch_agent.py +++ b/app/task/fetch_agent.py @@ -483,7 +483,7 @@ import_type_table(db, node) print("add resourceType record successfully") else: - print("sync resources successfully") + print("sync resourcesType successfully") if db.query(ResourceModel).count() == 0: with open(os.path.join(ENV_CONF_PATH, "resource.json"), 'r', encoding='utf-8') as file: json_data = json.load(file) -- Gitblit v1.8.0