Skip to content

Commit

Permalink
Update sandie_city_council.py
Browse files Browse the repository at this point in the history
Updated address for City of San Diego meetings
  • Loading branch information
maxresnik authored Aug 5, 2024
1 parent 9dd1d81 commit 70ef4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion city_scrapers/spiders/sandie_city_council.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SandieCityCouncilSpider(CityScrapersSpider):
agency = "San Diego City Council"
timezone = "America/Los_Angeles"
location = {
"address": "1600 Pacific Hwy., San Diego, California",
"address": "202 C Street, San Diego",
"name": "San Diego County Administration Center",
}
base_url = "https://www.sandiego.gov/city-clerk/officialdocs/meetings-calendar"
Expand Down

0 comments on commit 70ef4fc

Please sign in to comment.