Browse Source

Fix Oldham

master
duncan.parkes 17 years ago
parent
commit
bdef71da65
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      cgi-bin/AcolnetParser.py
  2. +1
    -1
      python_scrapers/AcolnetParser.py

+ 1
- 1
cgi-bin/AcolnetParser.py View File

@@ -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"""


+ 1
- 1
python_scrapers/AcolnetParser.py View File

@@ -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"""


Loading…
Cancel
Save