fixed message transfer

This commit is contained in:
dj2ls 2022-01-07 18:26:01 +01:00
parent 0a9b7febfe
commit bc1b01c340

View file

@ -373,7 +373,7 @@ class DATA():
# if datatype is a file, we append to RX_MSG_BUFFER, which contains messages only
if rawdata["dt"] == "m":
static.RX_MSG_BUFFER.append([static.DXCALLSIGN,static.DXGRID,int(time.time()), complete_data_frame])
static.RX_MSG_BUFFER.append([static.DXCALLSIGN,static.DXGRID,int(time.time()), data_frame])
#structlog.get_logger("structlog").debug("RECEIVED MESSAGE --> MOVING DATA TO MESSAGE BUFFER")