mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Fix gassistant cherrypy (#148)
* Update hassio_oauth.py * Update config.json * Update run.sh * Update run.sh * Update config.json
This commit is contained in:
@@ -75,5 +75,5 @@ if __name__ == '__main__':
|
||||
with oauth_json.open('r') as data:
|
||||
user_data = json.load(data)['installed']
|
||||
|
||||
cherrypy.config.update({'server.socket_port': 9324})
|
||||
cherrypy.config.update({'server.socket_port': 9324, 'server.socket_host': '0.0.0.0'})
|
||||
cherrypy.quickstart(oauth2Site(user_data, cred_json))
|
||||
|
||||
Reference in New Issue
Block a user