diff --git a/dtmf_aprs_cc.py b/dtmf_aprs_cc.py index 7257b217..cfa58788 100644 --- a/dtmf_aprs_cc.py +++ b/dtmf_aprs_cc.py @@ -92,7 +92,7 @@ if __name__ == "__main__": change_mode = True if ((line.find("MODE=o")) > 0): counter = (counter + 1) % 2 # Direwolf prints it twice, only do once - ir (counter == 1): + if (counter == 1): system("echo '\nBeacon Mode toggle!!\n'") mode = 'o' change_mode = True