Fixes #7
This commit is contained in:
@@ -9,8 +9,8 @@ except ImportError:
|
||||
assert "No config"
|
||||
|
||||
# Define main app
|
||||
application = phias.App()
|
||||
application = phias.App("pyphias.log")
|
||||
|
||||
# Run bottle WSGI server if no external
|
||||
if __name__ == '__main__':
|
||||
application.start('0.0.0.0', 8087)
|
||||
application.start(host='0.0.0.0', port=8087, debug=True)
|
||||
|
||||
Reference in New Issue
Block a user