Skip to content

Commit

Permalink
Update spidersel.py
Browse files Browse the repository at this point in the history
remove blank print
  • Loading branch information
l4rm4nd authored Aug 2, 2023
1 parent 30364bb commit 105d3cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spidersel.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,5 @@ def spider_links(driver, base_url, depth, visited_urls, min_length):
with open("results/" + output_filename, 'w', encoding="utf-8") as file:
file.write(combined_keywords)

print()
print(f"[info] Keywords crawled: {num_keywords}")
print(f"[info] Keywords outfile: {output_filename}")

0 comments on commit 105d3cd

Please sign in to comment.