diff --git a/caller.py b/caller.py index 16cfe95..4cb5fe5 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() +app.app.run(port=5001)