Stray bracket

main
Bob Mottram 2021-03-09 21:23:32 +00:00
parent f0d652f304
commit bd46bdf8b8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def _playNotificationSound(soundFilename: str, player='ffplay') -> None:
def _desktopNotification(notificationType: str, def _desktopNotification(notificationType: str,
title: str, message: str)) -> None: title: str, message: str) -> None:
"""Shows a desktop notification """Shows a desktop notification
""" """
if not notificationType: if not notificationType: