Comment 2 for bug 1546274

Revision history for this message
Marc-Andre Gatien (m-gatien) wrote :

patched :

line 134 :

from :
data = json.loads(content)
to:
data = json.loads(content.decode('utf-8'))