Merge pull request #728 from bytrangle/patch-1

Docs: Remove wait_until_done from python-sdk example
This commit is contained in:
Nicolas 2024-10-03 12:50:32 -03:00 committed by GitHub
commit a66ef18635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -410,8 +410,7 @@ crawl_status = app.crawl_url(
params={ params={
'limit': 100, 'limit': 100,
'scrapeOptions': {'formats': ['markdown', 'html']} 'scrapeOptions': {'formats': ['markdown', 'html']}
}, },
wait_until_done=True,
poll_interval=30 poll_interval=30
) )
print(crawl_status) print(crawl_status)