Skip to content

Commit

Permalink
Merge pull request #1073 from rsimoes/nv_include_city_state_zip_in_ad…
Browse files Browse the repository at this point in the history
…dress

NV: Include cities, states, and zip codes in district office addresses.
  • Loading branch information
Andy Lo committed Mar 29, 2016
2 parents 7e1599a + dc050aa commit 7d05ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstates/nv/legislators.py
Expand Up @@ -55,6 +55,8 @@ def scrape(self, chamber, term_name):
address2 = details['Address2']
if address2:
address += ' ' + address2
address += '\n%s, NV %s' % (details['City'], details['Zip'])

phone = details['LCBPhone']
email = details['LCBEmail']

Expand Down

0 comments on commit 7d05ea5

Please sign in to comment.