Skip to content

Commit

Permalink
fix timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyneorsd authored Jun 23, 2023
1 parent c564c60 commit 39b4471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions city_scrapers/spiders/minn_zba_50fssdab.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class MinnZba50fssdabSpider(CityScrapersSpider):
name = "minn_zba_50fssdab"
agency = "50th & France Special Service District Advisory Board"
timezone = "America/Chicago"
timezone = "America/North_Dakota/Beulah"
base_url = "https://lims.minneapolismn.gov/Calendar/GetCalenderList"
start_urls = [
"{}?fromDate={}&toDate={}&meetingType={}&committeeId={}&pageCount={}&offsetStart=0&abbreviation=&keywords=&sortOrder={}".format(
Expand Down Expand Up @@ -108,4 +108,4 @@ def _parse_links(self, item):
'-'),
}
)
return links
return links

0 comments on commit 39b4471

Please sign in to comment.