This commit is contained in:
Martin Dessauer 2015-12-07 11:09:52 +00:00
commit 77e8a74440
1 changed files with 1 additions and 1 deletions

View File

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