Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe authored Sep 26, 2023
1 parent 25cce96 commit 148d4bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ retry policy. If you'd like to modify any of these values, you can pass them as
```python
client = Client(token=os.getenv("$DIGITALOCEAN_TOKEN"), retry_total=3)
```

or

```python
client = Client(token=os.getenv("$DIGITALOCEAN_TOKEN"), retry_policy=MyRetryPolicy())
```
Expand Down

0 comments on commit 148d4bf

Please sign in to comment.