소스 검색

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