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