From 88d003f4a848ade39c20ee151ff0a77687462c1b Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 25 Oct 2024 14:38:23 +0800 Subject: [PATCH] . --- caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caller.py b/caller.py index 4cb5fe5..88740d3 100644 --- a/caller.py +++ b/caller.py @@ -115,4 +115,4 @@ if not ret: customer_data=buf[key]['customer database'] app.set_customer_data(customer_data) -app.app.run(port=5001) +app.app.run(host="0.0.0.0", port=5001)