This commit is contained in:
parent
5b37e60b02
commit
740a629ed3
|
|
@ -113,6 +113,6 @@ ret = load_indices_from_es(key, 'customer', buf)
|
||||||
if not ret:
|
if not ret:
|
||||||
exit("客服AI员工不能拥有数据库。")
|
exit("客服AI员工不能拥有数据库。")
|
||||||
|
|
||||||
customer_data=buf[key]['customer']
|
customer_data=buf[key]['customer database']
|
||||||
app.set_customer_data(customer_data)
|
app.set_customer_data(customer_data)
|
||||||
app.app.run()
|
app.app.run()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue