diff --git a/parsers/people.py b/parsers/people.py index 34a5ff3..f7e2f50 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -38,7 +38,13 @@ def parseMugShotAndBlurb(personline, header, person): elif mugShotPath[-3:]=='htm': #if person has an html page, find the image(s) and add it. Also, add the text from the html page to the "blurb" field in his model instance. personPageOld=open(mugShotPath,'r').read() if not person.blurb: - person.blurb=re.search('
.*