From 19ba9b38b7f1addabe0b940993eeda171cd11876 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 25 Oct 2025 21:34:23 +0200 Subject: [PATCH] lala --- mqtt_srv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt_srv.py b/mqtt_srv.py index 90dd629..0e6994f 100755 --- a/mqtt_srv.py +++ b/mqtt_srv.py @@ -679,7 +679,7 @@ def on_message(client, userdata, msg): myCmd =f'amixer set Master 100%' else: myCmd =f'amixer set Master 20%' - + status, output = subprocess.getstatusoutput(myCmd) writeLog(myCmd) output = subprocess.Popen(myCmd, shell=True) writeLog(output)