Remove wait

pull/2096/head
Chris Rogers 2019-04-14 18:32:01 -04:00
parent 2a6f113151
commit 6afadbed4c
1 changed files with 1 additions and 3 deletions

View File

@ -1665,9 +1665,7 @@ class MycroftSkill:
return
process = play_audio_file(file)
if process:
process.wait()
else:
if not process:
LOG.warning("Unable to play 'acknowledge' audio file!")