Skip to content

Commit 82391d6

Browse files
committed
Corrected log x-padding
1 parent 6eb7d3e commit 82391d6

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
@@ -77,7 +77,7 @@ def main() -> None:
7777
print(f'{pkg:30} {downloads:,}')
7878
sleep(1)
7979
print('-' *45)
80-
print(f"{'TOTAL DOWNLOADS':20} {grand_total_dls:,}\n")
80+
print(f"{'TOTAL DOWNLOADS':30} {grand_total_dls:,}\n")
8181
README_PATH = 'docs/README.md'
8282
print(f'Updating {README_PATH}...')
8383
update_downloads_shield(README_PATH, grand_total_dls)

0 commit comments

Comments
 (0)