diff --git a/ampel.py b/ampel.py index 57d651e..cae2646 100755 --- a/ampel.py +++ b/ampel.py @@ -87,4 +87,4 @@ def initTool(): bottle.TEMPLATE_PATH += ["./assets/templates/"] initTool() -run(host='localhost', port=8080, debug=True) +run(host='0.0.0.0', port=8080, debug=False)