Explorar el Código

typo: use 'node_id' instead of 'id'

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

+ 1 - 1
modules/ffpb.py

@@ -661,7 +661,7 @@ def ffpb_ping(bot, trigger=None, target_name=None, reply_directly=True):
     if node is None:
     if node is None:
         return None
         return None
 
 
-    node = __batcave.get_node(node['id'])
+    node = __batcave.get_node(node['node_id'])
 
 
     # derive node address from MAC
     # derive node address from MAC
     node_mac = node.get('mac')
     node_mac = node.get('mac')