diff --git a/speedtest_cli.py b/speedtest_cli.py old mode 100755 new mode 100644 index d93d5c3..7e7d01d --- a/speedtest_cli.py +++ b/speedtest_cli.py @@ -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)