Skip to content

Commit

Permalink
Fix discourse connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Dec 24, 2024
1 parent 8837b8e commit 2d960a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/connectors/discourse/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _yield_discourse_documents(
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:
Expand Down

0 comments on commit 2d960a4

Please sign in to comment.