add wiki mac to macs
This commit is contained in:
parent
a6d7e4e1f3
commit
f67b8df1bc
1 changed files with 2 additions and 1 deletions
|
@ -275,9 +275,10 @@ class NodeDB:
|
|||
node = self.maybe_node_by_fuzzy_mac(data[0])
|
||||
except KeyError:
|
||||
node = Node()
|
||||
node.add_mac(data[0])
|
||||
self._nodes.append(node)
|
||||
|
||||
node.add_mac(data[0])
|
||||
|
||||
if data[1]:
|
||||
node.gps = data[1]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue