Skip to content
Snippets Groups Projects
Commit 952c4c56 authored by Srdjan Grubor's avatar Srdjan Grubor
Browse files

Make sure to decode web responses with UTF-8

Without this, running this code on python2 fails with the following:
`UnicodeDecodeError: 'ascii' codec can't decode byte ... in position ...: ordinal not in range(128)`

Python3 is fine since it uses utf8 by default.
parent e375bbb2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment