--- a/documents/genericScrapers.py +++ b/documents/genericScrapers.py @@ -66,9 +66,9 @@ last_attach = scrape.getLastAttachment(scrape.docsdb, self.getURL()) if last_attach != None: html_diff = difflib.HtmlDiff() - description = description + "\nChanges: " - description = description + html_diff.make_table(last_attach.read().split('\n'), - content.split('\n')) + #description = description + "\nChanges: " + #description = description + html_diff.make_table(last_attach.read().split('\n'), + # content.split('\n')) edate = date.today().strftime("%Y-%m-%d") doc = {'_id': dochash, 'agencyID': self.getAgencyID() , 'url': self.getURL(), 'docID': dochash,