VingtCinq / python-mailchimp

Python client for v3 of MailChimp API
MIT License
463 stars 131 forks source link

Update iterate to respect enabled flag #213

Closed stephenross closed 4 years ago

stephenross commented 4 years ago

If the enabled flag is False and an endpoint uses iterate, it will fail, this fixes that by immediately returning if the enabled flag is False

stephenross commented 4 years ago

@charlesthk If this looks good, please merge and put up on PyPi.

stephenross commented 4 years ago

@charlesthk This is 3.0.12 and ready for pypi as well