Add update on the dummynet key.
[plcapi.git] / PLC / Methods / GetDummyBoxUsers.py
index 24cea9b..4f5ac3c 100644 (file)
@@ -83,7 +83,7 @@ class GetDummyBoxUsers(Method):
 
                node_list = []
                for i in connected_nodes:
-                       node_list.append(['node_id'])
+                       node_list.append(i['node_id'])
 
                nodes = Nodes(self.api, node_list, ['node_id', 'hostname', 'slice_ids'])
                if not nodes: return 0