From bcebd79b976aa7f382e8ad464f296904c5dddeb7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Mar 2021 12:26:10 +0000 Subject: [PATCH] Don't show picospeaker output --- notifications_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notifications_client.py b/notifications_client.py index 91780e49a..45b106e34 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -62,8 +62,7 @@ def _speakerPicospeaker(pitch: int, rate: int, systemLanguage: str, '-l ' + speakerLang + \ ' -r ' + str(rate) + \ ' -p ' + str(pitch) + ' "' + \ - html.unescape(sayText) + '"' - # print(speakerCmd) + html.unescape(sayText) + '" 2> /dev/null' os.system(speakerCmd)