Skip to content

Commit

Permalink
Update events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhouck committed Oct 19, 2024
1 parent fd67a91 commit 7ef8227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapers/ga/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def scrape(self, start=None):
# Check if location already has the state abbr + ZIP code, this indicates that
# the location is not at the state capitol
if not re.search("GA [0-9]{5}", where):
# Otherwise, the location is the room/place within the capitol where the event will take place
where = (
f"State Capitol, {where}, 206 Washington St SW, Atlanta, GA 30334"
)
Expand Down

0 comments on commit 7ef8227

Please sign in to comment.