|
|
@@ -176,6 +176,9 @@ def process_scratchings(this_data, this_venue):
|
|
|
header = this_scr.select('h3', text=re.compile('Late Scratchings'))[0]
|
|
|
div = header.findNext('table')
|
|
|
late_scratchings = scrape_scratchings(div, this_venue)
|
|
|
+ if this_venue.name == 'Corowa':
|
|
|
+ pprint(div)
|
|
|
+ pprint(late_scratchings)
|
|
|
scratchings.update(late_scratchings)
|
|
|
|
|
|
# assert len(scratchings) == int(scratchings_count), 'len(scratchings) {} == scratchings_count {}'.format(
|