diff --git a/routes/sensor.py b/routes/sensor.py index ff4ca06..87eb2af 100644 --- a/routes/sensor.py +++ b/routes/sensor.py @@ -130,8 +130,7 @@ def start_sensor() -> Response: app_module.sensor_process = subprocess.Popen( cmd, stdout=subprocess.PIPE, - stderr=subprocess.PIPE, - bufsize=1 + stderr=subprocess.PIPE ) # Start output thread