Respect maximum 79 char line length
This commit is contained in:
parent
caa2b4219d
commit
5cc4a207b6
|
@ -334,7 +334,7 @@ class Filter:
|
|||
for item in results_all:
|
||||
urls = item.find('a')['href'].split('&imgrefurl=')
|
||||
|
||||
# Skip cases in which `urls` is not a two-element list of `[img_url, web_page]`
|
||||
# Skip urls that are not two-element lists
|
||||
if len(urls) != 2:
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user