Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
am9zZWY committed Jul 22, 2024
2 parents 4f7017b + 736bdbc commit 234afed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def pipeline(online: bool = True):

# Configure the pipeline structure
crawler.add_next(downloader)
# crawler.add_next(indexer)
crawler.add_next(indexer)

loader.add_next(indexer)

Expand Down

0 comments on commit 234afed

Please sign in to comment.