forked from tanner/qotnews
fix mistake.
This commit is contained in:
parent
b771b52501
commit
5668fa5dbc
|
@ -43,7 +43,7 @@ def get_list():
|
|||
|
||||
for key, publication in substacks.items():
|
||||
count = settings.SUBSTACK[key]['count']
|
||||
feeds[key] = [(x, key, u) for x, u in publication.feed()[:count]]
|
||||
feeds[key] = [(x, key, x) for x in publication.feed()[:count]]
|
||||
|
||||
for key, sites in categories.items():
|
||||
count = settings.CATEGORY[key].get('count') or 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user