Explorar el Código

node data field 'node_id' always has an underscore in its name

Helge Jung hace 9 años
padre
commit
de0bc4e6f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/ffpb.py

+ 1 - 1
modules/ffpb.py

@@ -397,7 +397,7 @@ def ffpb_findnode(name, allow_fuzzymatching=True):
         else:
             nodeid = mac.replace(':', '').lower()
             return {
-                'nodeid': nodeid,
+                'node_id': nodeid,
                 'hostname': '?-' + nodeid,
                 'network': {
                     'addresses': [mac2ipv6(mac, 'fdca:ffee:ff12:132:')],