Skip to content

Commit b646e47

Browse files
committed
Deleted whitespace
1 parent c49a282 commit b646e47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/update_root_shield.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_downloads(pkg: str, max_retries: int = 5, get_delay: int = 1) -> int:
3737
sleep(get_delay)
3838
return result
3939
except Exception as err:
40-
retry_delay = (idx + 1) * get_delay
40+
retry_delay = (idx +1) * get_delay
4141
if isinstance(err, HTTPError):
4242
if err.code == 429:
4343
print(f'! {pkg}: Rate limited. Retrying in {retry_delay}s...')

0 commit comments

Comments
 (0)