From 5a6c9644348b43a2cda0a0bf9b52d737accef06e Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 7 Sep 2006 23:47:34 +0000 Subject: [PATCH] - fix function spec --- PLC/Methods/AdmGetAllRoles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/AdmGetAllRoles.py b/PLC/Methods/AdmGetAllRoles.py index 7dc2d15e..6a80dd3f 100644 --- a/PLC/Methods/AdmGetAllRoles.py +++ b/PLC/Methods/AdmGetAllRoles.py @@ -19,7 +19,7 @@ class AdmGetAllRoles(Method): accepts = [PasswordAuth()] returns = dict - def call(self, auth, person_id_or_email_list = None, return_fields = None): + def call(self, auth): roles = Roles(self.api) # Just the role_id: name mappings -- 2.47.0