Skip to content

Commit

Permalink
Break condition updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-334 authored May 28, 2024
1 parent a08bd8e commit f85de92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/get_all_announcements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f85de92

Please sign in to comment.