diff --git a/apps/python-sdk/README.md b/apps/python-sdk/README.md index dcf44b25..a437e0c6 100644 --- a/apps/python-sdk/README.md +++ b/apps/python-sdk/README.md @@ -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)