Skip to content

Commit

Permalink
Merge pull request #1089 from loandy/hotfix/ar
Browse files Browse the repository at this point in the history
AR: Added special session to metadata.
  • Loading branch information
Andy Lo committed Apr 11, 2016
2 parents 7b26d6b + 8f7c1a6 commit 0ec5854
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openstates/ar/__init__.py
Expand Up @@ -33,7 +33,7 @@
'name': '2015-2016',
'start_year': 2015,
'end_year': 2016,
'sessions': ['2015','2015S1']
'sessions': ['2015','2015S1', '2016S2']
},
],
'session_details': {
Expand Down Expand Up @@ -109,6 +109,14 @@
'_scraped_name': 'First Extraordinary Session, 2015',
'slug': '2015S1',
},
'2016S2': {
'type': 'special',
'start_date': datetime.date(2016, 04, 06),
'end_date': datetime.date(2016, 04, 06),
'display_name': '2016 Second Extraordinary Session',
'_scraped_name': 'Second Extraordinary Session, 2016',
'slug': '2016S2',
}
},
'feature_flags': ['influenceexplorer', 'events'],
'_ignored_scraped_sessions': [
Expand Down

0 comments on commit 0ec5854

Please sign in to comment.