Skip to content

Commit

Permalink
Merge pull request #5031 from jealob/alex-fix-ca-participants
Browse files Browse the repository at this point in the history
Update CA event scraper
  • Loading branch information
NewAgeAirbender authored Sep 16, 2024
2 parents 6b5e832 + a2de5d8 commit 1e6bcb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapers/ca/events_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def scrape_lower(self):
.split(", Chair")[0]
.split("AND")
]
members = [item for sublist in members for item in sublist.split(", ")]

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

0 comments on commit 1e6bcb7

Please sign in to comment.