From 07e61dc95269136e9acbe5c73f0023d414231e97 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 7 Dec 2025 22:27:58 +0100 Subject: [PATCH] build --- mqtt_srv.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mqtt_srv.py b/mqtt_srv.py index f73fa05..9aab68e 100755 --- a/mqtt_srv.py +++ b/mqtt_srv.py @@ -697,7 +697,8 @@ def on_message(client, userdata, msg): output = subprocess.Popen(myCmd, shell=True) - writeLog(f"Status of volume {out}") + writeLog(f"Status of volume {output}") + writeLog("HAHAHAAA") myCmd = f'sudo XDG_RUNTIME_DIR=/run/user/1000 -u jd amixer set Master 20%'