Fix incorrect indentation
This commit is contained in:
parent
b7fa2c4e21
commit
a591e183bc
@ -125,11 +125,11 @@ def _spider(args):
|
|||||||
if abs_link in visited:
|
if abs_link in visited:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# If we're not at max depth, follow links.
|
# If we're not at max depth, follow links.
|
||||||
if depth < max_depth:
|
if depth < max_depth:
|
||||||
subcalls.append((abs_link, visited, root, None,
|
subcalls.append((abs_link, visited, root, None,
|
||||||
depth+1, max_depth, raise_on_error))
|
depth+1, max_depth, raise_on_error))
|
||||||
visited.add(abs_link)
|
visited.add(abs_link)
|
||||||
|
|
||||||
if subcalls:
|
if subcalls:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user