Update webbyBits.py

This commit is contained in:
Kristy Fournier 2026-03-05 11:43:04 -05:00
parent e14484835e
commit 71228d8ccc

View file

@ -66,7 +66,6 @@ player = vlcInstance.media_player_new()
# for client side volume to work as well as possible, set system volume to 100 and control in app
player.audio_set_volume(100)
app = Flask(__name__)
# Replace the star with the frontend domain if you dislike being hacked
socketio = SocketIO(app)
def queueSong(song):