diff --git a/cgi-bin/AcolnetParser.py b/cgi-bin/AcolnetParser.py index fb87cfd..a6ab243 100644 --- a/cgi-bin/AcolnetParser.py +++ b/cgi-bin/AcolnetParser.py @@ -386,7 +386,7 @@ class OldhamParser(AcolnetParser): location_tr = 6 proposal_tr = 7 -def _cleanupHTML(self, html): + def _cleanupHTML(self, html): """There is a bad table end tag in this one. Fix it before we start""" diff --git a/python_scrapers/AcolnetParser.py b/python_scrapers/AcolnetParser.py index fb87cfd..a6ab243 100644 --- a/python_scrapers/AcolnetParser.py +++ b/python_scrapers/AcolnetParser.py @@ -386,7 +386,7 @@ class OldhamParser(AcolnetParser): location_tr = 6 proposal_tr = 7 -def _cleanupHTML(self, html): + def _cleanupHTML(self, html): """There is a bad table end tag in this one. Fix it before we start"""