瀏覽代碼

reset radio

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