- re-enable return_fields specification
[plcapi.git] / PLC / Methods / GetBootStates.py
index 25c6c7d..1afa53b 100644 (file)
@@ -18,4 +18,4 @@ class GetBootStates(Method):
     returns = [BootState.fields['boot_state']]
 
     def call(self, auth):
-        return [boot_state['boot_state'] for boot_state in BootStates(self.api).values()]
+        return [boot_state['boot_state'] for boot_state in BootStates(self.api)]