From cb92741418aa488084711b76dadfb661990e6a77 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 16 Mar 2026 15:33:28 -0400 Subject: [PATCH] Update transmit.py fix or --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index d299389c..d0069606 100644 --- a/transmit.py +++ b/transmit.py @@ -336,7 +336,7 @@ if __name__ == "__main__": print("Command_tx: ") print(command_tx) - if (mode != "p") || (!command_tx): + if (mode != "p") or (!command_tx): system("sudo systemctl stop pacsatsim") try: