Update README.md

I believe wait_until_done was removed as of v1?
This commit is contained in:
busaud 2024-10-10 09:35:12 +03:00 committed by GitHub
parent d410804348
commit 0934dd88d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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