remove the PLAY

This commit is contained in:
Karl Hudgell 2024-09-20 14:25:37 +01:00
parent 0ebe9b2317
commit 5460dab3de

View File

@ -39,8 +39,8 @@ if len(sys.argv) > 1:
control_player(client, "PLAY") control_player(client, "PLAY")
else: else:
# Pass the parsed data to the update_disc function # Pass the parsed data to the update_disc function
control_player(client, "PLAY") # control_player(client, "PLAY")
time.sleep(1) # time.sleep(1)
update_disc(client, disc_data) update_disc(client, disc_data)
else: else:
if input_str == "EJECT": if input_str == "EJECT":