Change to production mode
This commit is contained in:
parent
185668b27f
commit
2a18124659
1 changed files with 1 additions and 1 deletions
2
ampel.py
2
ampel.py
|
@ -87,4 +87,4 @@ def initTool():
|
||||||
|
|
||||||
bottle.TEMPLATE_PATH += ["./assets/templates/"]
|
bottle.TEMPLATE_PATH += ["./assets/templates/"]
|
||||||
initTool()
|
initTool()
|
||||||
run(host='localhost', port=8080, debug=True)
|
run(host='0.0.0.0', port=8080, debug=False)
|
||||||
|
|
Loading…
Add table
Reference in a new issue