Skip to content

Commit a2de5d8

Browse files
committed
Update CA event scraper
1 parent ba50c73 commit a2de5d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapers/ca/events_web.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def scrape_lower(self):
209209
.split(", Chair")[0]
210210
.split("AND")
211211
]
212+
members = [item for sublist in members for item in sublist.split(", ")]
212213

213214
time_loc = content_xpath.xpath(
214215
'.//div[@class="attribute time-location"]'

0 commit comments

Comments
 (0)