Karl Hudgell 6 месяцев назад
Родитель
Сommit
35bc4430e6
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      main.py

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