linter
This commit is contained in:
parent
5b12550e9b
commit
0415bbbbf8
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -47,7 +47,6 @@ def spider_rec(page_texts, current_href, base_parse, exclude):
|
||||||
if href_parse.query:
|
if href_parse.query:
|
||||||
href += "?" + href_parse.query
|
href += "?" + href_parse.query
|
||||||
|
|
||||||
|
|
||||||
if href not in page_texts.keys():
|
if href not in page_texts.keys():
|
||||||
found = False
|
found = False
|
||||||
for d in exclude:
|
for d in exclude:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue