We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebebedc commit d95b7c8Copy full SHA for d95b7c8
src/apify_client/_statistics.py
@@ -13,7 +13,7 @@ def add_rate_limit_error(self, attempt: int) -> None:
13
"""Add rate limit error for specific attempt.
14
15
Args:
16
- attempt: The attempt number (1-based indexing)
+ attempt: The attempt number (1-based indexing).
17
"""
18
if attempt < 1:
19
raise ValueError('Attempt must be greater than 0')
0 commit comments