lionheart / python-harvest

A Python wrapper for the Harvest time-tracking API.
Apache License 2.0
55 stars 49 forks source link

Decode bytes to string #34

Closed ImnotBarbarossa closed 6 years ago

ImnotBarbarossa commented 6 years ago

I resolved the issue #33 by adding a :

.decode("utf8")

And it work well for me.

dlo commented 6 years ago

LGTM! Thanks @ImnotBarbarossa for the contribution. 👍

dlo commented 6 years ago

Deployed to PyPy as version 3.1.1.