lokal-profil / wikidata-stuff

Pywikibot framework for importing and sourcing statements on Wikidata
MIT License
5 stars 3 forks source link

Prevent py3 no json from bytes error #31

Closed lokal-profil closed 7 years ago

lokal-profil commented 7 years ago

While py2.7 is happy to stick r.content into json.loads() py3 requires it to be explicitly decoded. r.json() sidesteps this by giving the responsability to requests