Update method name

This commit is contained in:
Théo Piboubès
2015-08-16 22:21:24 +02:00
parent f19b96948f
commit ef38b112a2

View File

@@ -37,7 +37,7 @@ class SubscriptionPage(BasePage):
def refresh_content(self): def refresh_content(self):
"Re-download all subscriptions and reset the page index" "Re-download all subscriptions and reset the page index"
self.content = SubscriptionContent.get_list(self.reddit, self.loader) self.content = SubscriptionContent.from_user(self.reddit, self.loader)
self.nav = Navigator(self.content.get) self.nav = Navigator(self.content.get)
@SubscriptionController.register(curses.KEY_ENTER, 10, curses.KEY_RIGHT) @SubscriptionController.register(curses.KEY_ENTER, 10, curses.KEY_RIGHT)