From b665775a5f1f462e768a2ca879e97c7e5a18e72e Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 25 Oct 2025 21:48:12 +0200 Subject: [PATCH] build --- mqtt_srv.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mqtt_srv.py b/mqtt_srv.py index 7420084..6466ab1 100755 --- a/mqtt_srv.py +++ b/mqtt_srv.py @@ -683,9 +683,7 @@ def on_message(client, userdata, msg): writeLog(myCmd) output = subprocess.Popen(myCmd, shell=True) writeLog(output) - - - + if myObj["cmd"] == "display": if curos == "Windows": myCmd =f"powershell -w h -command \" Import-Module DisplayConfig ; Import-Clixml $home\\monitors\\{myObj['target']}.xml | Use-DisplayConfig -UpdateAdapterIds \""