This commit is contained in:
parent
88d003f4a8
commit
ec63179832
|
|
@ -114,5 +114,6 @@ if not ret:
|
||||||
exit("客服AI员工不能拥有数据库。")
|
exit("客服AI员工不能拥有数据库。")
|
||||||
|
|
||||||
customer_data=buf[key]['customer database']
|
customer_data=buf[key]['customer database']
|
||||||
|
print(f"..........customer_data={customer_data}")
|
||||||
app.set_customer_data(customer_data)
|
app.set_customer_data(customer_data)
|
||||||
app.app.run(host="0.0.0.0", port=5001)
|
app.app.run(host="0.0.0.0", port=5001)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue