fix: allow speaking text with Unicode characters

When speaking, the actuation receiver logs the message to speak. If the message includes Unicode characters, it will now no longer crash.

ref: N25B-119
This commit is contained in:
Twirre Meulenbelt
2025-11-02 14:59:16 +01:00
parent a6a12a5886
commit 9ea446275e

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals # So that we can log texts with Unicode characters
import logging import logging
import zmq import zmq