- solved problem with encoding

This commit is contained in:
Emmanuel Alves 2015-12-28 11:45:21 -05:00
parent 7b09d8759f
commit a58d52b3f0
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ def speedtest():
servers = closestServers(config['client'])
if not args.simple:
print_('Testing from %(isp)s (%(ip)s)...' % config['client'])
print_(('Testing from %(isp)s (%(ip)s)...' % config['client']).encode('utf-8', 'ignore'))
if args.server:
try: