Merge conflicts
This commit is contained in:
@@ -223,6 +223,7 @@ def subreddit_page(reddit, terminal, config, oauth):
|
|||||||
def list_reddits_page(reddit, terminal, config, oauth):
|
def list_reddits_page(reddit, terminal, config, oauth):
|
||||||
title = 'Popular Subreddits'
|
title = 'Popular Subreddits'
|
||||||
func = reddit.get_popular_subreddits
|
func = reddit.get_popular_subreddits
|
||||||
|
|
||||||
with terminal.loader():
|
with terminal.loader():
|
||||||
page = ListRedditsPage(reddit, title, func, terminal, config, oauth)
|
page = ListRedditsPage(reddit, title, func, terminal, config, oauth)
|
||||||
assert terminal.loader.exception is None
|
assert terminal.loader.exception is None
|
||||||
|
|||||||
Reference in New Issue
Block a user