X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c3be4f19f3d6465ff4c1110a1a7e7a0686f8dc37..eb5dc014179415a0e5476e986519ac96c36221f9:/python/disorder.py.in diff --git a/python/disorder.py.in b/python/disorder.py.in index 9a6b385..4e9b8cd 100644 --- a/python/disorder.py.in +++ b/python/disorder.py.in @@ -854,7 +854,7 @@ class client: def make_cookie(self): """Create a login cookie""" ret, details = self._simple("make-cookie") - return details + return _split(details)[0] def revoke(self): """Revoke a login cookie"""