chiark / gitweb /
rights now apply to commands; docs catch up a bit
[disorder] / python / disorder.py.in
index 9a6b3853c7111e36da6a5d66a019d15e34c53bdb..4e9b8cd8bc931bcc21af07ae40c95a2b5d4cec69 100644 (file)
@@ -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"""