From 3250e75bac816b9c63afd3aed781d441ff93f009 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sat, 28 Aug 2021 10:10:27 -0400 Subject: [PATCH] update port --- radio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.py b/radio.py index 49e888f..6527123 100644 --- a/radio.py +++ b/radio.py @@ -1,6 +1,6 @@ import requests -host = "http://localhost:5000/" +host = "http://localhost:5500/" radioUrl = "https://radio.neet.space/stream.mp3" class Module: