Skip to content

Commit

Permalink
Added FL 2017 session
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Aug 8, 2016
1 parent f886e39 commit b98c208
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openstates/fl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'name': '2015-2016',
'start_year': 2015,
'end_year': 2016,
'sessions': ['2015', '2015A', '2015B', '2015C', '2016'],
'sessions': ['2015', '2015A', '2015B', '2015C', '2016','2017'],
},
],
'session_details': {
Expand Down Expand Up @@ -129,6 +129,13 @@
'display_name': '2016 Regular Session',
'_scraped_name': '2016',
},
'2017': {
'type': 'primary',
'start_date': datetime.date(2017, 3, 7),
'end_date': datetime.date(2017, 5, 5),
'display_name': '2017 Regular Session',
'_scraped_name': '2017',
},
},
'feature_flags': ['events', 'influenceexplorer'],
'_ignored_scraped_sessions': [
Expand Down

0 comments on commit b98c208

Please sign in to comment.