diff --git a/lib/scanner.py b/lib/scanner.py index 7d6815d869bd2929a4743fee9fbf63017a630d60..e320b6f357e1247383894a741454a0b619a0a62b 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: