Removed b'{ text here }' from "Hosted by..." output
Signed-off-by: Marcel Kleinfeller <marcel@oompf.de>
This commit is contained in:
parent
7b09d8759f
commit
04b4433a4e
4
speedtest_cli.py
Executable file → Normal file
4
speedtest_cli.py
Executable file → Normal file
@ -703,8 +703,8 @@ def speedtest():
|
|||||||
best = getBestServer(servers)
|
best = getBestServer(servers)
|
||||||
|
|
||||||
if not args.simple:
|
if not args.simple:
|
||||||
print_(('Hosted by %(sponsor)s (%(name)s) [%(d)0.2f km]: '
|
print_('Hosted by %(sponsor)s (%(name)s) [%(d)0.2f km]: '
|
||||||
'%(latency)s ms' % best).encode('utf-8', 'ignore'))
|
'%(latency)s ms' % best)
|
||||||
else:
|
else:
|
||||||
print_('Ping: %(latency)s ms' % best)
|
print_('Ping: %(latency)s ms' % best)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user