You can use req.text
instead of req.content
to ensure that you get Unicode. This is described in:
https://requests.readthedocs.io/en/latest/api/#requests.Response.text
You can use req.text
instead of req.content
to ensure that you get Unicode. This is described in:
https://requests.readthedocs.io/en/latest/api/#requests.Response.text