Skip to content

Commit

Permalink
NC passage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Apr 19, 2013
1 parent 5113785 commit 0d08581
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion openstates/nc/votes.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def scrape(self, chamber, session):
continue

votes[data[0]] = Vote(chamber, date, data[13],
'PASS' in data[21],
'PASS' in data[20],
int(data[5]),
int(data[6]),
int(data[7])+int(data[8])+int(data[9]),
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ xlrd
lxml>=2.2
pytz>=2010l
feedparser>=4.1
http://downloads.sourceforge.net/project/dbfpy/dbfpy/2.2.5/dbfpy-2.2.5.tar.gz
# California
SQLAlchemy>=0.5.3
MySQL-python
Expand Down

0 comments on commit 0d08581

Please sign in to comment.