Browse Source

Fix Oldham

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

+ 1
- 1
trunk/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
trunk/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