Browse Source

disc isn't resetting

Karl Hudgell 6 months ago
parent
commit
3c3cc36cd0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      buttons.py

+ 0 - 1
buttons.py

@@ -41,7 +41,6 @@ def button_callback_3(channel):
         if time.time() - start_time >= 3:  # Check if 3 seconds have passed
         if time.time() - start_time >= 3:  # Check if 3 seconds have passed
             print("Button 3 held for 3 seconds! Sending RADIO2.")
             print("Button 3 held for 3 seconds! Sending RADIO2.")
             update_disc(client, ["ytmusic",disc_data['name'],disc_data['type'],"RESET"])
             update_disc(client, ["ytmusic",disc_data['name'],disc_data['type'],"RESET"])
-            time.sleep(1)
             update_disc(client, ["ytmusic",disc_data['name'],disc_data['type'],disc_data['id']])
             update_disc(client, ["ytmusic",disc_data['name'],disc_data['type'],disc_data['id']])
             return  # Exit after sending RADIO2
             return  # Exit after sending RADIO2