Skip to content

Commit

Permalink
decoding councilmember name when printing
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Sep 12, 2013
1 parent e602666 commit 65c4495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
member['Created Date'] = datetime.datetime.utcnow()

council_member_id = council_members.insert(member)
print 'saving', member['Person Name'], council_member_id
print 'saving', member['Person Name'].decode('utf-8'), council_member_id

0 comments on commit 65c4495

Please sign in to comment.