fix error volume
This commit is contained in:
@@ -115,7 +115,7 @@ class LunieboxDaemon(object):
|
||||
|
||||
def error_sound(self):
|
||||
self.play_sound("/home/pi/luniebox/audio/error.wav", str(
|
||||
self.luniebox.get_setting('luniebox', 'error_volume', self.volume_max)))
|
||||
self.luniebox.get_setting('luniebox', 'error_volume', self.luniebox.volume_max)))
|
||||
|
||||
def play_sound(self, path, volume):
|
||||
volume_p = subprocess.Popen(
|
||||
|
||||
Reference in New Issue
Block a user