Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Oct 24, 2024
1 parent 0b9c925 commit 0c3d7d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/danswer/connectors/web/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ def load_from_state(self) -> GenerateDocumentsOutput:
else None,
)
)
continue

page = context.new_page()
page_response = page.goto(current_url)
last_modified = (
Expand Down

0 comments on commit 0c3d7d3

Please sign in to comment.