From bd46bdf8b8b8e967656cc32077e4d559479d754d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 9 Mar 2021 21:23:32 +0000 Subject: [PATCH] Stray bracket --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 065860542..2073ed9a4 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -78,7 +78,7 @@ def _playNotificationSound(soundFilename: str, player='ffplay') -> None: def _desktopNotification(notificationType: str, - title: str, message: str)) -> None: + title: str, message: str) -> None: """Shows a desktop notification """ if not notificationType: