Commit ed20183f authored by Alyx's avatar Alyx
Browse files

fixed state loop

parent e52576a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ def resetDevice(device_id, mode='GS'):

# The main player function
def playTrack(track_path, port):
    status="alive"
    fn_prefix = "player_functions.py/playTrack"
    track_path = str(track_path).rstrip()
    if Path(track_path).is_file():