Change to production mode

This commit is contained in:
sqozz 2017-06-27 22:52:48 +02:00
parent 185668b27f
commit 2a18124659
1 changed files with 1 additions and 1 deletions

View File

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