jpetrucciani / hubspot3

python3.6+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
MIT License
147 stars 73 forks source link

fixed TypeError: _call() got multiple values #60

Closed gozzilli closed 5 years ago

gozzilli commented 5 years ago

fixed TicketsClient.get() which was failing with any params with: TypeError: _call() got multiple values for keyword argument 'params'

jpetrucciani commented 5 years ago

Good catch! I'll get this merged in and release a new version soon.

jpetrucciani commented 5 years ago

This is now live on pip as version 3.2.29

Thanks for your contribution! 😄