From c6d99f88665ffdf1ca47b63c1c0e37682a194aee Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Tue, 27 Dec 2022 23:04:57 +0100 Subject: [PATCH] typo fix --- tnc/data_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/data_handler.py b/tnc/data_handler.py index 79af9630..02e686b3 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -3121,7 +3121,7 @@ class DATA: # doing crc check crc = helpers.get_crc_32(data).hex().lower() validity = checksum_delivered == crc - logging.info( + self.log.info( "[TNC] ARQ | RX | checking data crc", crc_delivered=checksum_delivered, crc_calculated=crc,