Commit 6478ba8d authored by Alyx's avatar Alyx
Browse files

made skips more responsive

parent 1a4ec368
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ def playTrack(track_path, port):
        try:
            retry = 1
            while retry == 1:
                time.sleep(.5)
                time.sleep(.1)
                if (proc.poll() is not None):
                    retry = 0
                # print(f"status is {status}")