Skip to content

Commit 96346bd

Browse files
Document max_status_failures in polling example
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent fb8e625 commit 96346bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ with Hyperbrowser(api_key="your_api_key") as client:
126126
),
127127
poll_interval_seconds=1.5,
128128
max_wait_seconds=300,
129+
max_status_failures=5,
129130
)
130131
print(result.status, result.data)
131132
```

0 commit comments

Comments
 (0)