Closed cvzi closed 2 months ago
read JSON files in binary mode with open(..., 'rb')
open(..., 'rb')
Fixes #305
Thank you @cvzi !
@cvzi you bumped the version 2 days ago but no release landed yet on pypi, when are you planing to publish? Did you maybe forget to push the tag to trigger the pipeline?
@lovetox Published to PyPI
read JSON files in binary mode with
open(..., 'rb')
Fixes #305