diff --git a/bat2nodes.py b/bat2nodes.py index 8fd5cb6..482915d 100644 --- a/bat2nodes.py +++ b/bat2nodes.py @@ -115,10 +115,11 @@ if options['gateway']: for gateway in options['gateway']: try: node = maybe_node_by_mac(nodes, (gateway, )) - node.group = 2 except: continue + node.group = 2 + def map_link(nodes, pair): distance = 80 strength = 0.2