You've already forked wakapi-readme-stats
Update main.py
This commit is contained in:
2
main.py
2
main.py
@@ -214,7 +214,7 @@ def make_commit_list(data: list):
|
||||
ln = len(l['name'])
|
||||
ln_text = len(l['text'])
|
||||
percent = "{:05.2f}".format(float(l['percent']))
|
||||
op = f"{l['name']}{' ' * ((15 - ln) + (13 - ln_text))}{l['text']}{' ' * (7)}{make_graph(l['percent'])} {percent} % "
|
||||
op = f"{l['name']}{' ' * ((15 - ln) + (12 - ln_text))}{l['text']}{' ' * (7)}{make_graph(l['percent'])} {percent} % "
|
||||
data_list.append(op)
|
||||
return '\n'.join(data_list)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user