diff --git a/transmit.py b/transmit.py index 8c2dd7c4..b9cbdbfe 100644 --- a/transmit.py +++ b/transmit.py @@ -352,9 +352,9 @@ if __name__ == "__main__": print("command and control is activated") no_command = False system("sudo systemctl start command") - txc = True # Transmit commands only works with FM transceiver, so bypass Battery Saver if activated else: - print("Command and control not activated since Transmit Commands mode") + print("Command and control not activated since Transmit Commands mode") + txc = True # Transmit commands only works with FM transceiver, so bypass Battery Saver if activated except: print("command and control not activated")