Skip to content

Commit 2f411ea

Browse files
committed
feat: add api keys rotating - pragma
1 parent 8754d6b commit 2f411ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aioetherscan/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def retry_limit_attempt(f):
2626
async def inner(self, *args, **kwargs):
2727
attempt = 1
2828
max_attempts = self._url_builder.keys_count
29-
while True:
29+
while True: # pragma: no cover
3030
try:
3131
return await f(self, *args, **kwargs)
3232
except EtherscanClientApiRateLimitError as e:

0 commit comments

Comments
 (0)