Commit 8a33724a authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Keys with empty values show correctly as instead od None. Fixes #27

parent 86ca0fc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ class BaseClient(object):
        # read proto message
        raw_proto = self.fast_read(proto_ln)

        value = None
        value = ''
        if value_ln > 0:
            if self.defer_read:
                # let user handle the read from socket