mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 05:38:10 +08:00
Merge pull request #728 from bytrangle/patch-1
Docs: Remove wait_until_done from python-sdk example
This commit is contained in:
commit
a66ef18635
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user