mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
b75eae4a65
commit
9aeb25d9ac
@ -68,7 +68,7 @@ class toiprint(BasicNewsRecipe):
|
||||
for sec in link['Views']:
|
||||
if 'Articles' in sec:
|
||||
for art in sec['Articles']:
|
||||
if not 'ArticleName' in art:
|
||||
if 'ArticleName' not in art:
|
||||
continue
|
||||
link = art['ArticleName']
|
||||
page = link.split('_')[-3]
|
||||
|
Loading…
x
Reference in New Issue
Block a user