summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ryuslash2010-01-17 16:55:11 +0100
committerGravatar ryuslash2010-01-17 16:55:11 +0100
commit4a10e87d3d1cf3e11c03a628823d90b8433490cf (patch)
treeac4eb4668c5fe7b751a9ea67f51fb7c92744c73c
parente750aada186c2236a0cbc55d5503d5f4302860c3 (diff)
download4grab-4a10e87d3d1cf3e11c03a628823d90b8433490cf.tar.gz
4grab-4a10e87d3d1cf3e11c03a628823d90b8433490cf.zip
self.fill_char was named self.fill_cahr
-rw-r--r--progressbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/progressbar.py b/progressbar.py
index e7916e2..d8b6c72 100644
--- a/progressbar.py
+++ b/progressbar.py
@@ -7,7 +7,7 @@ class Progress():
self.maxvalue = maxvalue
self.fd = fd
self.prog_char = '#'
- self.fill_cahr = ' '
+ self.fill_char = ' '
self.show_progress(0)