Skip to content

Commit 81c08ac

Browse files
committed
Update README.md
1 parent 32eff6b commit 81c08ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the sort of error that occurred.
9191
| AuthenticationError | wrong api key or your account is suspended |
9292
| APIConnectionError | fail to connect to API servers |
9393
| InvalidRequestError | something wrong on your end (client side errors), e.g., missing required parameters |
94-
| RateLimitError | you are using FREE plan and you exceed the quota limit |
94+
| RateLimitError | for FREE plan, exceeding the quota limit; or for all plans, sending too many requests too fast and exceeding the rate limit |
9595
| NotFoundError | endpoint not exist, or podcast / episode not exist |
9696
| PodcastApiError | something wrong on our end (unexpected server errors) |
9797

listennotes/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.1.1"
1+
VERSION = "1.1.2"

0 commit comments

Comments
 (0)