From: marcelveldt Date: Fri, 25 Oct 2019 12:43:59 +0000 (+0200) Subject: Update web.py X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=bc7a8c19eca6b6447af1942e5389d268e11ecc88;p=music-assistant-server.git Update web.py typo! --- 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