Fix Bottle http server running
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user