Engagement API, function get_associated contains two print statements
henrik-berglund opened this issue · 2 comments
henrik-berglund commented
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
Good catch! I'll get those removed. Thanks for bringing this up!
jpetrucciani commented
This should now be live on pip as version 3.2.44
!