diff --git a/rtv/curses_helpers.py b/rtv/curses_helpers.py index ab151cd..92c6b5c 100644 --- a/rtv/curses_helpers.py +++ b/rtv/curses_helpers.py @@ -60,7 +60,7 @@ def show_help(stdscr): """ Overlay a message box with the help screen. """ - show_notification(stdscr, docs.HELP.split("\n")) + show_notification(stdscr, HELP.split("\n")) class LoadScreen(object): """