From c4032ac03660c7cd98b7c7971f86332b5d4a1498 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Wed, 23 Dec 2020 15:26:41 -0800 Subject: [PATCH] fix typo --- hblink.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hblink.py b/hblink.py index 73c0a8b..159a5c7 100644 --- a/hblink.py +++ b/hblink.py @@ -144,8 +144,8 @@ def sendAprs(): if self._config['APRS_ENABLED']: AIS.sendall(str(dati[0])+">APRS,TCPIP*,qAC,"+str(file_config['APRS']['CALLSIGN'])+":!"+str(lat_utile)[:-2]+lat_verso+"/"+str(lon_utile)[:-1]+lon_verso+"r"+str(file_config['APRS']['MESSAGE'])+' RX: '+str(rx_utile)+' TX: '+str(tx_utile)) logging.info('APRS INVIATO/APRS Sent') - else: - pass + else: + pass if file_config['APRS']['ENABLED']: if int(file_config['APRS']['REPORT_INTERVAL']) >= 10: