pyld icon indicating copy to clipboard operation
pyld copied to clipboard

get() got multiple values for keyword argument 'headers'

Open sharpaper opened this issue 4 years ago • 0 comments

There is a problem with requests_document_loader. When using custom headers like this jsonld.set_document_loader(jsonld.requests_document_loader(headers=...)) the headers= argument is repeated twice (here) and Python raises an error.

sharpaper avatar May 23 '20 19:05 sharpaper