From 5460dab3def055a3f24b5ef3f60dbeedccee4428 Mon Sep 17 00:00:00 2001
From: Karl Hudgell <karl.hudgell@bjss.com>
Date: Fri, 20 Sep 2024 14:25:37 +0100
Subject: [PATCH] remove the PLAY

---
 main.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.py b/main.py
index d759ad4..1d59977 100644
--- a/main.py
+++ b/main.py
@@ -39,8 +39,8 @@ 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")
+            # time.sleep(1)
             update_disc(client, disc_data)
     else:
         if input_str == "EJECT":