Skip to content

Commit

Permalink
allow scraping executive actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Apr 2, 2016
1 parent e967e89 commit 446dad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fl/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def process_history(self):

actor = tr.xpath("string(td[2])")
if not actor:
continue
actor = None
chamber = {'Senate': 'upper', 'House': 'lower'}.get(actor, None)
if chamber:
actor = None
Expand Down

0 comments on commit 446dad0

Please sign in to comment.