Skip to content

Commit

Permalink
Added 2017 SC session
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Dec 14, 2016
1 parent 0998bea commit 9ecd8a7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion openstates/sc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
{'name': '2015-2016',
'sessions': ['2015-2016'],
'start_year': 2015, 'end_year': 2016},
],
{'name': '2017-2018',
'sessions': ['2017-2018'],
'start_year': 2017, 'end_year': 2018},
],
session_details={
'119': {
'start_date': datetime.date(2010, 11, 17), 'type': 'primary',
Expand All @@ -45,6 +48,14 @@
'display_name': '2015-2016 Regular Session',
'_code': '121',
},
'2017-2018': {
'start_date': datetime.date(2017, 1, 10),
'end_date': datetime.date(2017, 6, 1),
'type': 'primary',
'_scraped_name': '122 - (2017-2018)',
'display_name': '2017-2018 Regular Session',
'_code': '122',
},
},
feature_flags=['influenceexplorer'],
_ignored_scraped_sessions=['118 - (2009-2010)', '117 - (2007-2008)',
Expand Down

0 comments on commit 9ecd8a7

Please sign in to comment.