Update sentryd.py

This commit is contained in:
firestar5683
2026-08-16 12:30:59 -05:00
parent 17cef8f164
commit 00fdbd9c6f
+1 -1
View File
@@ -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