Toggle Navigation
Hatchery
Eggs
skyradio
__init__.py
Users
Badges
Login
Register
MCH2022 badge?
go to mch2022.badge.team
__init__.py
raw
Content
import wifi, audio, time, system wifi.connect() audio.play("/cache/system/wifi_connecting.mp3") if not wifi.wait(): audio.play("/cache/system/wifi_failed.mp3") time.sleep(5) system.launcher() audio.play("/cache/system/wifi_connected.mp3") audio.play("https://playerservices.streamtheworld.com/api/livestream-redirect/SKYRADIO.mp3")