diff --git a/backend/onyx/connectors/discord/connector.py b/backend/onyx/connectors/discord/connector.py index 5bc0031f545..eede9b7874d 100644 --- a/backend/onyx/connectors/discord/connector.py +++ b/backend/onyx/connectors/discord/connector.py @@ -239,7 +239,8 @@ def __init__( self, server_ids: list[str] = [], channel_names: list[str] = [], - start_date: str | None = None, # YYYY-MM-DD + # YYYY-MM-DD + start_date: str | None = None, batch_size: int = INDEX_BATCH_SIZE, ): self.batch_size = batch_size