Update README.md
Some checks failed
Deploy Images to GHCR / push-app-image (push) Has been cancelled

This commit is contained in:
Nicolas 2024-10-26 16:10:51 -03:00 committed by GitHub
parent 9593ab80e1
commit 8a4f4cb9d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,11 +170,11 @@ print(batch_scrape_result)
### Checking batch scrape status
To check the status of an asynchronous batch scrape job, use the `check_batch_scrape_job` method. It takes the job ID as a parameter and returns the current status of the batch scrape job.
To check the status of an asynchronous batch scrape job, use the `check_batch_scrape_status` method. It takes the job ID as a parameter and returns the current status of the batch scrape job.
```python
id = batch_scrape_result['id']
status = app.check_batch_scrape_job(id)
status = app.check_batch_scrape_status(id)
```
### Batch scrape with WebSockets