Indentation

main
Bob Mottram 2022-06-30 12:12:51 +01:00
parent 25e5635c86
commit 7c82bd0dba
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ def _desktop_wait_for_cmd(timeout: int, debug: bool) -> str:
def _play_sound(sound_filename: str,
player: str = 'ffplay') -> None:
player: str = 'ffplay') -> None:
"""Plays a sound
"""
if not os.path.isfile(sound_filename):