- re-enable return_fields specification
[plcapi.git] / PLC / Methods / UpdateNode.py
index 9bfb8dc..ae42bb0 100644 (file)
@@ -45,7 +45,7 @@ class UpdateNode(Method):
         if not nodes:
             raise PLCInvalidArgument, "No such node"
 
-        node = nodes.values()[0]
+        node = nodes[0]
 
         # Authenticated function
         assert self.caller is not None