From f2e5a113487121a134bf9b89d51e1d7e11a0c007 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:59:00 +0100 Subject: [PATCH] changing split char and split char order --- 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 c4bfc704..176bb8c0 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -3103,7 +3103,7 @@ class DATA: if not os.path.exists(f"{folder_path}/{callsign_path}"): os.makedirs(f"{folder_path}/{callsign_path}") - split_char = b"\0;\0;" + split_char = b"\0;\1;" decoded_data = data_frame.split(split_char) if decoded_data[0] in [b'm']: