From 2bdde313eefd9fbcff11b23b6d49c98a1e862cd6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Mar 2021 15:43:21 +0000 Subject: [PATCH] Don't show output from play command --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 43087c683..261124c0f 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -80,7 +80,7 @@ def _playNotificationSound(soundFilename: str, player='ffplay') -> None: if player == 'ffplay': os.system('ffplay ' + soundFilename + - ' -autoexit -hide_banner -nodisp') + ' -autoexit -hide_banner -nodisp 2> /dev/null') def _desktopNotification(notificationType: str,