diff --git a/system/sentryd/sentryd.py b/system/sentryd/sentryd.py index 530448515..997de80c8 100644 --- a/system/sentryd/sentryd.py +++ b/system/sentryd/sentryd.py @@ -161,7 +161,7 @@ class SentryMode: return try: - detection = self.detector.update(message.acceleration.v, now=now) + detection = self.detector.update(list(message.acceleration.v), now=now) except (TypeError, ValueError): self._write_status("sensor_unavailable") return