Skip to content

Commit

Permalink
feat: add rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham1729 committed Dec 12, 2023
1 parent dc60f63 commit 4bd0eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/data_fetcher/fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def fetch_news(self):
logger.info(f"Total News: {response_json['meta']['found']}")

while (
page < 1
page < MAX_API_QUERIES
and page
<= response_json["meta"]["found"] // response_json["meta"]["limit"]
):
Expand Down

0 comments on commit 4bd0eb6

Please sign in to comment.