jpetrucciani / hubspot3

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

Engagement API, function get_associated contains two print statements #91

Closed henrik-berglund closed 4 years ago

henrik-berglund commented 4 years ago

Hi,

Sorry if I misunderstood, but I get some printouts when running and suspect it is these two print statements doing it:

while not finished: print(offset) batch = self._call( "engagements/associated/{}/{}/paged".format(object_type, object_id), method="GET", params={"limit": query_limit, "offset": offset}, **options ) print(len(batch["results"]))

jpetrucciani commented 4 years ago

Good catch! I'll get those removed. Thanks for bringing this up!

jpetrucciani commented 4 years ago

This should now be live on pip as version 3.2.44!