From e6a1c8686dad46b7847a5c690107a48fc20a6a29 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sat, 2 Oct 2021 17:39:14 -0400 Subject: [PATCH] update radio api url --- radio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.py b/radio.py index 5f72108..c033d97 100644 --- a/radio.py +++ b/radio.py @@ -1,6 +1,6 @@ import requests -host = "http://localhost:5500/" +host = "http://172.16.100.2:5500/" radioUrl = "https://radio.neet.space/stream.mp3" class Module: