Skip to content

Commit

Permalink
Add start dates to new special sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Sep 15, 2016
1 parent f69ed2e commit d8abb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstates/ut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@
#Note: There is no 2016s1, it's 2015s1
'2016S2': {
'type': 'special',
'start_date': datetime.date(2016, 1, 25),
'start_date': datetime.date(2016, 5, 18),
'display_name': '2016 2nd Special Session',
'_scraped_name': '2016 2nd Special Session',
},
'2016S3': {
'type': 'special',
'start_date': datetime.date(2016, 1, 25),
'start_date': datetime.date(2016, 7, 13),
'display_name': '2016 3rd Special Session',
'_scraped_name': '2016 3rd Special Session',
}
Expand Down

0 comments on commit d8abb9a

Please sign in to comment.