summaryrefslogtreecommitdiffstats
path: root/python/environs
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs')
-rw-r--r--python/environs/py_logout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_logout.c b/python/environs/py_logout.c
index 1333e40f..68904059 100644
--- a/python/environs/py_logout.c
+++ b/python/environs/py_logout.c
@@ -144,7 +144,7 @@ PyObject *logout_init_request(PyObject *self, PyObject *args) {
gint codeError;
if (CheckArgs(args, "Os:logout_init_request")) {
- if(!PyArg_ParseTuple(args, (char *) "O|s:logout_init_request",
+ if(!PyArg_ParseTuple(args, (char *) "Oz:logout_init_request",
&logout_obj, &remote_providerID))
return NULL;
}