Commit 003e3b17 authored by Alyx's avatar Alyx
Browse files

sdfs

parent 1fe90118
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -20,8 +20,10 @@ def stoplisten():
        data = display.read()

        # Decode the byte to a string
        try:
            received_char = data.decode('utf-8')

        except:
            print("failing decode quietly")
        # Check if the received character is 'E'
        if received_char == 'E':
            if (proc.poll() is not None):