From 00fdbd9c6fc617f10907c669e22ad8f474fa4072 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:30:59 -0500 Subject: [PATCH] Update sentryd.py --- system/sentryd/sentryd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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