removed add to heard station when disconnecting closes #278

This commit is contained in:
DJ2LS 2022-11-09 12:19:56 +01:00
parent e30ea05671
commit 508fbe05af

View file

@ -1409,14 +1409,7 @@ class DATA:
def close_session(self) -> None:
"""Close the ARQ session"""
static.ARQ_SESSION_STATE = "disconnecting"
helpers.add_to_heard_stations(
static.DXCALLSIGN,
static.DXGRID,
"DATA-CHANNEL",
static.SNR,
static.FREQ_OFFSET,
static.HAMLIB_FREQUENCY,
)
self.log.info(
"[TNC] SESSION ["
+ str(self.mycallsign, "UTF-8")