diff --git a/lib/scanner.py b/lib/scanner.py index 7d6815d..e320b6f 100644 --- a/lib/scanner.py +++ b/lib/scanner.py @@ -69,7 +69,7 @@ class Scanner: # Find the first thing that matches the mail pattern and the keyword mail = soup.find(text = mail_pattern) name = soup.find(text = person_pattern) - + person["URL"] = url if mail: person["Email"] = mail else: