Minor style changes.

This commit is contained in:
Michael Lazar
2015-10-14 23:37:16 -07:00
parent 497c7741b3
commit c4bd8aa3c3
3 changed files with 9 additions and 11 deletions

View File

@@ -360,7 +360,7 @@ class BasePage(object):
if self.reddit.is_oauth_session():
ch = prompt_input(self.stdscr, "Log out? (y/n): ")
if ch == 'y':
self.reddit.clear_authentication()
self.oauth.clear_oauth_data()
show_notification(self.stdscr, ['Logged out'])
elif ch != 'n':
curses.flash()