This commit is contained in:
oompf 2016-09-08 22:38:47 +00:00 committed by GitHub
commit 86642ebc09
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)