self.fill_char was named self.fill_cahr
This commit is contained in:
parent
e750aada18
commit
4a10e87d3d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue