From 0c6912c55f09a965017913d6e413afcf9e1d5467 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Sun, 22 Nov 2020 12:44:52 -0800 Subject: [PATCH] fix typo --- gps_data.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gps_data.py b/gps_data.py index 4451f2b..837a3a3 100644 --- a/gps_data.py +++ b/gps_data.py @@ -183,10 +183,10 @@ class DATA_SYSTEM(HBSYSTEM): try: # Try parse of APRS packet. If it fails, it will not upload to APRS-IS aprslib.parse(aprs_loc_packet) -## AIS = aprslib.IS(aprs_callsign, passwd=aprs_passcode,host=aprs_server, port=aprs_port) -## AIS.connect() -## AIS.sendall(aprs_loc_packet) -## AIS.close() + AIS = aprslib.IS(aprs_callsign, passwd=aprs_passcode,host=aprs_server, port=aprs_port) + AIS.connect() + AIS.sendall(aprs_loc_packet) + AIS.close() except: logger.info('Failed to parse packet. Packet may be deformed. Not uploaded.') # Get callsign based on DMR ID