diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/lasso.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lasso.py b/python/lasso.py index 89160616..2ce9f9d6 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -598,7 +598,7 @@ class Logout(_ObjectMixin, lassomod.LassoLogout, _ProfileChild): def get_next_providerID(self): return lassomod.lasso_logout_get_next_providerID(self) - def init_request(self, remote_providerID, request_method = httpMethodAny): + def init_request(self, remote_providerID = None, request_method = httpMethodAny): errorCode = lassomod.lasso_logout_init_request(self, remote_providerID, request_method) if errorCode: raise newError(errorCode, 'lasso_logout_init_request') |
