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()