diff --git a/serial_stream.py b/serial_stream.py index cfbd164..d4e8e7f 100644 --- a/serial_stream.py +++ b/serial_stream.py @@ -240,7 +240,6 @@ class RealSerialStream: start_cmd = {"cmd": "start"} self._send_json(start_cmd) self.state = ConnectionState.STREAMING - self.state = ConnectionState.STREAMING print(f"[SERIAL] Started streaming") def start_predict(self) -> None: