add wiki mac to macs

alfred-data
Nils Schneider 2012-08-20 23:45:35 +02:00
parent a6d7e4e1f3
commit f67b8df1bc
1 changed files with 2 additions and 1 deletions

View File

@ -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]