mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
833c0db683
commit
3e272bd3bc
@ -127,7 +127,7 @@ class JournalOfAccountancy(BasicNewsRecipe):
|
|||||||
make_topic('FEATURES', get_data('issuelanding/articles2'))
|
make_topic('FEATURES', get_data('issuelanding/articles2'))
|
||||||
]
|
]
|
||||||
|
|
||||||
for category, articles in get_data('articletypelist').iteritems():
|
for category, articles in get_data('articletypelist').items():
|
||||||
ans.append(make_topic(category, articles))
|
ans.append(make_topic(category, articles))
|
||||||
|
|
||||||
return ans
|
return ans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user