Fixed a few missed function renames,

This commit is contained in:
Michael Lazar
2015-03-22 19:58:35 -07:00
parent 8bb6c188e8
commit 5a2d814abb
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ class SubredditPage(BasePage):
self.draw()
elif cmd == ord('?'):
display_help(self.stdscr)
show_help(self.stdscr)
self.draw()
elif cmd == ord('a'):