From ec63179832ecbd84ff8fff86c0a5c55d1174155c Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 25 Oct 2024 14:39:51 +0800 Subject: [PATCH] . --- caller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/caller.py b/caller.py index 88740d3..3b30965 100644 --- a/caller.py +++ b/caller.py @@ -114,5 +114,6 @@ if not ret: exit("客服AI员工不能拥有数据库。") customer_data=buf[key]['customer database'] +print(f"..........customer_data={customer_data}") app.set_customer_data(customer_data) app.app.run(host="0.0.0.0", port=5001)