bugfix
This commit is contained in:
parent
eba95718cb
commit
2174c57b8b
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ class NodeDB:
|
||||||
node.add_mac(pair[0])
|
node.add_mac(pair[0])
|
||||||
self._nodes.append(node)
|
self._nodes.append(node)
|
||||||
|
|
||||||
if '2' in pair:
|
if len(pair) > 2:
|
||||||
if pair[2]:
|
if pair[2]:
|
||||||
node.name = pair[2]
|
node.name = pair[2]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue