From 35bc4430e6575ab870b3bd307a466b501d73316a Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Fri, 20 Sep 2024 14:37:27 +0100 Subject: [PATCH] revert the change --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 1d59977..0871103 100644 --- a/main.py +++ b/main.py @@ -39,8 +39,7 @@ if len(sys.argv) > 1: control_player(client, "PLAY") else: # Pass the parsed data to the update_disc function - # control_player(client, "PLAY") - # time.sleep(1) + control_player(client, "PLAY") update_disc(client, disc_data) else: if input_str == "EJECT":