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

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