diff --git a/README.md b/README.md index 04927ac5..b2055c38 100644 --- a/README.md +++ b/README.md @@ -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)