update radio port

This commit is contained in:
zuckerberg 2021-08-27 20:53:35 -04:00
parent 71a1443301
commit b6a53eafef

View File

@ -10,7 +10,7 @@ import requests
app = Flask(__name__)
host = "localhost:8000"
host = "localhost:8001"
stream = "stream.mp3"
class Radio(object):