Update transmit.py fix not

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent cb92741418
commit 7a7e4e0c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save

Powered by TurnKey Linux.