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 6eb7d3e commit 82391d6Copy full SHA for 82391d6
1 file changed
utils/update_root_shield.py
@@ -77,7 +77,7 @@ def main() -> None:
77
print(f'{pkg:30} {downloads:,}')
78
sleep(1)
79
print('-' *45)
80
- print(f"{'TOTAL DOWNLOADS':20} {grand_total_dls:,}\n")
+ print(f"{'TOTAL DOWNLOADS':30} {grand_total_dls:,}\n")
81
README_PATH = 'docs/README.md'
82
print(f'Updating {README_PATH}...')
83
update_downloads_shield(README_PATH, grand_total_dls)
0 commit comments