From 2a181246597940c93c82b42a3d0ceb5a24854ac8 Mon Sep 17 00:00:00 2001 From: sqozz Date: Tue, 27 Jun 2017 22:52:48 +0200 Subject: [PATCH] Change to production mode --- ampel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)