This commit is contained in:
hailin 2024-10-25 14:31:27 +08:00
parent 5b37e60b02
commit 740a629ed3
1 changed files with 1 additions and 1 deletions

View File

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