diff --git a/gertty/app.py b/gertty/app.py index 2c71631..98b4da6 100644 --- a/gertty/app.py +++ b/gertty/app.py @@ -212,7 +212,7 @@ class App(object): self.popup(dialog, min_width=76, min_height=len(lines)+4) def welcome(self): - text = WELCOME_TEXT + self.loop.widget.help + text = WELCOME_TEXT + self.loop.widget.help() dialog = mywid.MessageDialog('Welcome', text) lines = text.split('\n') urwid.connect_signal(dialog, 'close',