Fixed audio module
This commit is contained in:
@ -17,5 +17,5 @@ def play_sound(file):
|
|||||||
else:
|
else:
|
||||||
cmd = "aplay -N " + sound_args + " " + file + " &"
|
cmd = "aplay -N " + sound_args + " " + file + " &"
|
||||||
# print(cmd)
|
# print(cmd)
|
||||||
os.system(cmd)
|
system(cmd)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user