This commit is contained in:
Kovid Goyal 2020-10-02 22:51:53 +05:30
parent 833c0db683
commit 3e272bd3bc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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