diff --git a/openstates/tn/bills.py b/openstates/tn/bills.py index eb1ad795fa..5bbc1bab43 100644 --- a/openstates/tn/bills.py +++ b/openstates/tn/bills.py @@ -203,9 +203,9 @@ def scrape(self, term, chambers): index_list_page = lxml.html.fromstring(index_list_page) index_list_page.make_links_absolute(index_page) - + for bill_listing in index_list_page.xpath(xpath): - + bill_listing = bill_listing.attrib['href'] bill_list_page = self.get(bill_listing).text