From 847c3928dfb424d7513cd5983b64f6f0192edc61 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 19 Dec 2022 16:04:30 +0100 Subject: [PATCH] some ssid fixes --- tnc/data_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tnc/data_handler.py b/tnc/data_handler.py index 22677131..1dfdbd35 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -2348,7 +2348,7 @@ class DATA: # combined_snr = own rx snr / snr on dx side combined_snr = f"{static.SNR}/{dxsnr}" helpers.add_to_heard_stations( - self.dxcallsign, + static.DXCALLSIGN, static.DXGRID, "PING-ACK", combined_snr, @@ -2360,7 +2360,7 @@ class DATA: "[TNC] PING ACK [" + str(mycallsign, "UTF-8") + "] >|< [" - + str(self.dxcallsign, "UTF-8") + + str(static.DXCALLSIGN, "UTF-8") + "]", snr=static.SNR, dxsnr=dxsnr,