mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixed list index error
This commit is contained in:
parent
88993a41af
commit
a03db31c61
1 changed files with 1 additions and 2 deletions
|
@ -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'),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue