- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / GetBootStates.py
index 25c6c7d..85540ff 100644 (file)
@@ -16,6 +16,7 @@ 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)]