Skip to content

Commit ac1ad8e

Browse files
committed
401 -> 403
1 parent 2a0f2c9 commit ac1ad8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recnetpy/rest/exceptions/rate_limited.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class RateLimited(HTTPError):
1010
"""
11-
This exception is raised when the a rate limit is encountered. Raised for a 401 with a retry-after header.
11+
This exception is raised when the a rate limit is encountered. Raised for a 403 with a retry-after header.
1212
"""
1313

1414
def __init__(self, resp: 'Response') -> None:

0 commit comments

Comments
 (0)