From 58752ed0bb474fd5bd89ebd221dc0d070b0a6ad1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 4 Nov 2025 07:25:54 +0100 Subject: [PATCH] build --- mqtt_srv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mqtt_srv.py b/mqtt_srv.py index 9bc7ebb..2e6fefe 100755 --- a/mqtt_srv.py +++ b/mqtt_srv.py @@ -705,7 +705,6 @@ def on_message(client, userdata, msg): 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 \""