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