From 00d007b9b76938f0e3b0f55cdceb5f2cc0743041 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Wed, 28 Dec 2022 18:03:05 +0100 Subject: [PATCH] handle split char false positive --- 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 8b5eaab1..0cbba959 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -3104,7 +3104,7 @@ class DATA: os.makedirs(f"{folder_path}/{callsign_path}") split_char = b"\0;\1;" - n_objects = 8 + n_objects = 9 decoded_data = data_frame.split(split_char) # if we have a false positive in case our split_char is available in data # lets stick the data together, so we are not loosing it