Skip to content

Commit 37ea2ff

Browse files
committed
k
1 parent e2c4c07 commit 37ea2ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/danswer/connectors/slack/connector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ def poll_source(
441441

442442
current = time.time()
443443
one_day_ago = current - 24 * 60 * 60 # 1 day
444+
444445
document_batches = connector.poll_source(one_day_ago, current)
445446

446447
print(next(document_batches))

0 commit comments

Comments
 (0)