소스 검색

working check_current_disc without json

Karl Hudgell 6 달 전
부모
커밋
a24326ea56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -34,7 +34,7 @@ if len(sys.argv) > 1:
             "id":disc_data[3]
         }
         # Check if disc is the same as last inserted
-        if (disc_object == json.loads(check_current_disc(client))):
+        if (disc_object == check_current_disc(client)):
             # If disc is the same, PLAY
             control_player(client, "PLAY")
         else: