removed trailing whithspace
This commit is contained in:
parent
a2cfb1db35
commit
290a1b9ec6
|
@ -641,7 +641,7 @@ def speedtest():
|
|||
servers = closestServers(config['client'])
|
||||
|
||||
if not args.simple:
|
||||
print_(('Testing from %(isp)s (%(ip)s)...'
|
||||
print_(('Testing from %(isp)s (%(ip)s)...'
|
||||
% config['client']).encode('utf-8', 'ignore'))
|
||||
|
||||
if args.server:
|
||||
|
|
Loading…
Reference in New Issue