summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.py b/example.py
index 9401704..5814fbc 100644
--- a/example.py
+++ b/example.py
@@ -47,7 +47,7 @@ def main():
ts.add(ttystatus.Literal(' done) '))
ts.add(ttystatus.RemainingTime('done', 'total'))
ts.add(ttystatus.Literal(' '))
- ts.add(ttystatus.ProgressBar('done', 'total', 16))
+ ts.add(ttystatus.ProgressBar('done', 'total'))
ts['pathnames'] = pathnames
ts['done'] = 0
ts['total'] = len(pathnames)