Fix Bottle http server running

This commit is contained in:
jar3b
2016-03-15 17:25:56 +03:00
parent e1e9d15414
commit cbeedcc985
3 changed files with 9 additions and 3 deletions

View File

@@ -15,4 +15,4 @@ application = phias_app.get_app()
# Run bottle WSGI server if no external
if __name__ == '__main__':
application.start(host='0.0.0.0', port=8087, debug=True)
phias_app.start(host='0.0.0.0', port=8087, debug=True)