From ca003dd3c6fd347dbb0187a639c076d27f59bef7 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 31 Oct 2006 23:08:02 +0000 Subject: [PATCH] - fix call --- PLC/Methods/BootGetNodeDetails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/BootGetNodeDetails.py b/PLC/Methods/BootGetNodeDetails.py index 4a877926..520d80da 100644 --- a/PLC/Methods/BootGetNodeDetails.py +++ b/PLC/Methods/BootGetNodeDetails.py @@ -20,7 +20,7 @@ class BootGetNodeDetails(Method): 'session': Session.fields['session_id'], } - def call(self, auth, update_fields): + def call(self, auth): details = { 'hostname': self.caller['hostname'], 'boot_state': self.caller['boot_state'], -- 2.47.0