Skip to content

Commit

Permalink
Merge branch 'fixasciiencode' of https://github.com/chantra/transmiss…
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Mar 5, 2012
2 parents 509ae97 + 9ae076b commit 6b7f7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmission-remote-cli.py
Expand Up @@ -2035,7 +2035,7 @@ def addstr(ypos, xpos, *args):
else:
addstr(ypos, 2, t['announce'], curses.A_UNDERLINE)
addstr(ypos+2, 9, "Response:")
announce_msg_size = self.wrap_and_draw_result(top, ypos+2, 19, t['lastAnnounceResult'])
announce_msg_size = self.wrap_and_draw_result(top, ypos+2, 19, t['lastAnnounceResult'].encode('utf-8'))

if t['lastScrapeSucceeded']:
seeds = "%s seed%s" % (num2str(t['seederCount']), ('s', '')[t['seederCount']==1])
Expand Down

0 comments on commit 6b7f7cf

Please sign in to comment.