mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
...
This commit is contained in:
@@ -127,7 +127,7 @@ class JournalOfAccountancy(BasicNewsRecipe):
|
||||
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))
|
||||
|
||||
return ans
|
||||
|
||||
Reference in New Issue
Block a user