1
0

On everything
Some checks failed
Verify Python project can be installed, loaded and have version checked / Test (push) Waiting to run
Run Python tests (through Pytest) / Test (push) Has been cancelled

This commit is contained in:
Jon Michael Aanes 2025-01-22 21:44:21 +01:00
parent 9f0b3c4266
commit 9d5ae6814a

View File

@ -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)