Skip to content

Commit

Permalink
meters off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Wells committed Jan 13, 2018
1 parent edd5394 commit 7a6a06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progressbar/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class LabeledBar(WidgetHFill):
)

def __init__(self, text, left='|', right='|', fill=' ', align='left',
show_percentage=True, show_count=True,
show_percentage=False, show_count=False,
todo_color="\033[0;0m", done_color="\033[;7m"):
"""Creates a customizable progress bar.
text - string to display in Bar.
Expand Down

0 comments on commit 7a6a06f

Please sign in to comment.