Skip to content

Commit

Permalink
Discord cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Jan 6, 2025
1 parent ceb34a4 commit f6183d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/onyx/connectors/discord/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6183d1

Please sign in to comment.