matthewdowney / TogglPy

TogglPy is a non-cluttered, easily understood and implemented python library for interacting with the Toggl API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data is not encoded as binary in TogglPy.putTimeEntry function

jdrurka opened this issue · comments

The call to urlopen is interpreting the Request object's data as a String, resulting in a Type Error.

image