From bc7a8c19eca6b6447af1942e5389d268e11ecc88 Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Fri, 25 Oct 2019 14:43:59 +0200 Subject: [PATCH] Update web.py typo! --- music_assistant/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/web.py b/music_assistant/web.py index 18780f80..ae8840cd 100755 --- a/music_assistant/web.py +++ b/music_assistant/web.py @@ -39,7 +39,7 @@ class Web(): # retrieve ingress port import requests response = requests.get( - "http://hassio/addons/self/options", + "http://hassio/addons/self/info", headers = {"X-HASSIO-KEY": os.environ["HASSIO_TOKEN"]}).json() self.http_port = response["data"]["ingress_port"] self.https_port = 0 -- 2.34.1