Skip to content

Commit 6125024

Browse files
committed
Minor correction for PEP8 compliance.
1 parent 808ba39 commit 6125024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetaDetective/MetaDetective.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def process_url(url: str, depth: int, base_domain: str, q, seen: Set[str],
900900

901901
rate_limiter.wait()
902902

903-
links = fetch_links_from_url(url)
903+
links = fetch_links_from_url(url)
904904

905905
file_links = [urljoin(url, link) for link in links if is_valid_file_link(link)]
906906

0 commit comments

Comments
 (0)