Skip to content

Commit

Permalink
Added VA 2017 session metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Aug 8, 2016
1 parent f886e39 commit f5ea4ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openstates/va/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
{
'name': '2016-2017',
'sessions': ['2016'],
'sessions': ['2016','2017'],
'start_year': 2016,
'end_year': 2017,
},
Expand Down Expand Up @@ -119,6 +119,13 @@
'display_name': '2016 Regular Session',
'_scraped_name': '2016 Session',
},
'2017': {
'start_date': datetime.date(2017, 1, 11),
'end_date': datetime.date(2017, 2, 9),
'site_id': '171',
'display_name': '2017 Regular Session',
'_scraped_name': '2017 Session',
},
},
'feature_flags': ['subjects', 'influenceexplorer'],
'_ignored_scraped_sessions': [
Expand Down

0 comments on commit f5ea4ec

Please sign in to comment.