Added username to banner if logged in.

This commit is contained in:
Michael Lazar
2015-03-09 00:11:09 -07:00
parent 820e30b6a6
commit b0053643f7
3 changed files with 12 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ class SubmissionPage(BasePage):
else:
raise ValueError('Must specify url or submission')
super(SubmissionPage, self).__init__(stdscr, content, page_index=-1)
super(SubmissionPage, self).__init__(stdscr, reddit, content, page_index=-1)
def loop(self):