Skip to content

Commit

Permalink
Use unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Jan 28, 2014
1 parent 99c27b6 commit b49cc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def make_single_call():
play_or_say(resp, campaign['msg_rep_intro'], name=full_name)

if app.debug:
print 'DEBUG: Call #{}, {} ({}) from make_single_call()'.format(
print u'DEBUG: Call #{}, {} ({}) from make_single_call()'.format(
i, full_name, congress_phone)

resp.dial(congress_phone, **dialing_config(params))
Expand Down

0 comments on commit b49cc8e

Please sign in to comment.