From 9d5ae6814a2339361d3ff5ddf5d025fa55e100ec Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Wed, 22 Jan 2025 21:44:21 +0100 Subject: [PATCH] On everything --- package_tracking/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_tracking/http.py b/package_tracking/http.py index 0c8dbb4..340c371 100644 --- a/package_tracking/http.py +++ b/package_tracking/http.py @@ -167,4 +167,4 @@ def add(): def initialize_server(parcelsapp_client: parcelsapp.ParcelsAppClient): global PARCELSAPP_CLIENT PARCELSAPP_CLIENT = parcelsapp_client - bottle.run(host='localhost', port=8080, debug=True) + bottle.run(host='0.0.0.0', port=8080, debug=False)