Parcourir la source

remove the PLAY

Karl Hudgell il y a 6 mois
Parent
commit
5460dab3de
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      main.py

+ 2 - 2
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":