diff --git a/backend/onyx/connectors/discourse/connector.py b/backend/onyx/connectors/discourse/connector.py index fe03e9f82..c25224a4c 100644 --- a/backend/onyx/connectors/discourse/connector.py +++ b/backend/onyx/connectors/discourse/connector.py @@ -190,7 +190,7 @@ class DiscourseConnector(PollConnector): start: datetime, end: datetime, ) -> GenerateDocumentsOutput: - page = 1 + page = 0 while topic_ids := self._get_latest_topics(start, end, page): doc_batch: list[Document] = [] for topic_id in topic_ids: