fixed list index error

This commit is contained in:
DJ2LS 2023-01-25 14:17:41 +01:00
parent 88993a41af
commit a03db31c61

View file

@ -247,9 +247,8 @@ class DATA:
self.send_data_to_socket_queue(
freedata="tnc-message",
arq="command",
status="queued",
command=data[0],
status="queued",
mycallsign=str(data[5], 'UTF-8'),
dxcallsign=str(data[6], 'UTF-8'),
)