Skip to content

Commit

Permalink
Fix typo. Fixes #112
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Mar 11, 2014
1 parent 03c8fcd commit a0817be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/site-packages/xbmctorrent/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def _get_status_lines(self, status):
return [
status["name"],
"%.2f%% %s" % (status["progress"] * 100, STATE_STRS[status["state"]]),
"D:%(download_rate).2fkb/s U:%(upload_rate).2fkb/s S:%(num_seeds)d (%(total_seeds)s) P:%(num_peers)d (%(total_peers)s)" % status,
"D:%(download_rate).2fkB/s U:%(upload_rate).2fkB/s S:%(num_seeds)d (%(total_seeds)s) P:%(num_peers)d (%(total_peers)s)" % status,
]

@contextmanager
Expand Down

0 comments on commit a0817be

Please sign in to comment.