Remove wait_until_done from python-sdk example

This commit is contained in:
Trang Le 2024-10-03 16:24:58 +07:00 committed by GitHub
parent 26771e2e71
commit 961a87452e
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={
'limit': 100,
'scrapeOptions': {'formats': ['markdown', 'html']}
},
wait_until_done=True,
},
poll_interval=30
)
print(crawl_status)