changing split char and split char order

This commit is contained in:
DJ2LS 2022-12-28 11:59:00 +01:00
parent efd92cdd72
commit f2e5a11348

View file

@ -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']: