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: