Skip to content

Commit

Permalink
Merge pull request #728 from bytrangle/patch-1
Browse files Browse the repository at this point in the history
Docs: Remove wait_until_done from python-sdk example
  • Loading branch information
nickscamara authored Oct 3, 2024
2 parents 26771e2 + 961a874 commit a66ef18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,7 @@ crawl_status = app.crawl_url(
params={
'limit': 100,
'scrapeOptions': {'formats': ['markdown', 'html']}
},
wait_until_done=True,
},
poll_interval=30
)
print(crawl_status)
Expand Down

0 comments on commit a66ef18

Please sign in to comment.