Karl Hudgell 6 ماه پیش
والد
کامیت
93ee1a8eff
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      buttons.py

+ 1 - 0
buttons.py

@@ -41,6 +41,7 @@ def button_callback_3(channel):
             print("Button 3 held for 3 seconds! Sending RADIO2.")
             disc_data = check_current_disc(client)
             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']])
             return  # Exit after sending RADIO2