Update transmit.py fix or

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent a90e87ac06
commit cb92741418
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") || (!command_tx):
if (mode != "p") or (!command_tx):
system("sudo systemctl stop pacsatsim")
try:

Loading…
Cancel
Save

Powered by TurnKey Linux.