Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara authored Oct 26, 2024
1 parent 9593ab8 commit 8a4f4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/python-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a4f4cb

Please sign in to comment.