Removed b'{ text here }' from "Hosted by..." output

Signed-off-by: Marcel Kleinfeller <marcel@oompf.de>
This commit is contained in:
Marcel Kleinfeller 2016-09-09 00:30:48 +02:00
parent 7b09d8759f
commit 04b4433a4e
1 changed files with 2 additions and 2 deletions

4
speedtest_cli.py Executable file → Normal file
View File

@ -703,8 +703,8 @@ def speedtest():
best = getBestServer(servers)
if not args.simple:
print_(('Hosted by %(sponsor)s (%(name)s) [%(d)0.2f km]: '
'%(latency)s ms' % best).encode('utf-8', 'ignore'))
print_('Hosted by %(sponsor)s (%(name)s) [%(d)0.2f km]: '
'%(latency)s ms' % best)
else:
print_('Ping: %(latency)s ms' % best)