Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment