summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-04-09 13:34:07 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-04-09 13:34:07 +0000
commitfc00d4939e5e8588a330420ff762daf5fb39557e (patch)
tree5eaeb661dc3a824367f0187fffe87ae44053c34e
parent42ca9c3284fa99526681e4cb8d3d2a57757e8980 (diff)
downloadlive-fc00d4939e5e8588a330420ff762daf5fb39557e.tar.gz
Make text visible
-rw-r--r--lib/snack/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snack/__init__.py b/lib/snack/__init__.py
index d6bd2c5..763a764 100644
--- a/lib/snack/__init__.py
+++ b/lib/snack/__init__.py
@@ -78,7 +78,7 @@ class ProgressBar(object):
self._screen.refresh()
- def __init__(self, screen, width=40, title='', text='', top=100):
+ def __init__(self, screen, width=40, title='', text=' ', top=100):
self._screen = screen
self._top = top