Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 6fd8596

Browse files
committed
Update Icecast status URL to use port 8000
1 parent a56bf5d commit 6fd8596

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,10 @@ def fetch_icecast_status_json(
261261
return json_data
262262
else:
263263
app_log.info(f"Error fetching Icecast status: {response.status_code}")
264-
return self.fetch_icecast_status_json("http://hbniaudio.hbni.net:443")
264+
return self.fetch_icecast_status_json("http://hbniaudio.hbni.net:8000")
265265
except Exception as e:
266266
app_log.error(f"Error fetching Icecast status: {e}")
267-
return self.fetch_icecast_status_json("http://hbniaudio.hbni.net:443")
267+
return self.fetch_icecast_status_json("http://hbniaudio.hbni.net:8000")
268268

269269
def process_sources(
270270
self, sources: dict[str, str] | list[dict[str, str]]

0 commit comments

Comments
 (0)