update radio api url

This commit is contained in:
zuckerberg 2021-10-02 17:39:14 -04:00
parent 7915955afa
commit e6a1c8686d

View File

@ -1,6 +1,6 @@
import requests import requests
host = "http://localhost:5500/" host = "http://172.16.100.2:5500/"
radioUrl = "https://radio.neet.space/stream.mp3" radioUrl = "https://radio.neet.space/stream.mp3"
class Module: class Module: