mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
dec4f9f82e
commit
30f7813171
@ -3,6 +3,7 @@
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
import json
|
||||
import re
|
||||
from pprint import pformat
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
@ -70,7 +70,6 @@ class toiprint(BasicNewsRecipe):
|
||||
if sec_name == 'Advertisement':
|
||||
continue
|
||||
self.log(sec_name)
|
||||
articles = []
|
||||
if 'Articles' in link:
|
||||
for art in link['Articles']:
|
||||
section = sec_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user