Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   mycroft/util/__init__.py

FIXES BUG 519
  • Loading branch information
kfezer authored and Steve Penrod committed Feb 16, 2017
1 parent de00192 commit 900033b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycroft/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def resolve_resource_file(res_name):

def play_wav(uri):
config = mycroft.configuration.ConfigurationManager.get()
play_cmd = config.get("play_mp3_cmdline")
play_cmd = config.get("play_wav_cmdline")
play_wav_cmd = str(play_cmd).split(" ")
for index, cmd in enumerate(play_wav_cmd):
if cmd == "%1":
Expand Down

0 comments on commit 900033b

Please sign in to comment.