sock.send(b'Hello, %s!' % data)
TypeError: unsupported operand type(s) for %: 'bytes' and 'bytes'
see here: TypeError: unsupported operand type(s) for %: 'bytes' and 'bytes'
Sign in to make a reply
key25112
TypeError: unsupported operand type(s) for %: 'bytes' and 'bytes'