From 04c89778f314fd652dc8e695b040273324f344de Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sun, 13 Feb 2022 12:16:30 +0100 Subject: [PATCH] fix error volume --- application/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/daemon.py b/application/daemon.py index af15746..7f748d0 100644 --- a/application/daemon.py +++ b/application/daemon.py @@ -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(