diff --git a/src/examples/get_all_announcements.py b/src/examples/get_all_announcements.py index d8ce2ab..8c31e84 100644 --- a/src/examples/get_all_announcements.py +++ b/src/examples/get_all_announcements.py @@ -28,7 +28,7 @@ ann.extend(res['Table']) - if len(ann) == total_count: + if len(ann) >= total_count: break # Next two line are optional and prints percent completion status