Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-09 21:23:44 +00:00
commit f341aaff49
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,
title: str, message: str)) -> None:
title: str, message: str) -> None:
"""Shows a desktop notification
"""
if not notificationType: