Merge pull request #757 from busaud/patch-1
Some checks are pending
Deploy Images to GHCR / push-app-image (push) Waiting to run

Update README.md
This commit is contained in:
Nicolas 2024-10-11 15:50:06 -03:00 committed by GitHub
commit 5ab52854b9
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)