From 740a629ed3c7d4ab1aaa0a6a21c5d81da44126cc Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 25 Oct 2024 14:31:27 +0800 Subject: [PATCH] . --- caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caller.py b/caller.py index b6a2177..16cfe95 100644 --- a/caller.py +++ b/caller.py @@ -113,6 +113,6 @@ ret = load_indices_from_es(key, 'customer', buf) if not ret: exit("客服AI员工不能拥有数据库。") -customer_data=buf[key]['customer'] +customer_data=buf[key]['customer database'] app.set_customer_data(customer_data) app.app.run()