corrected a bracket
This commit is contained in:
parent
572205a824
commit
0e0a7ccc51
|
@ -642,7 +642,7 @@ def speedtest():
|
|||
|
||||
if not args.simple:
|
||||
print_(('Testing from %(isp)s (%(ip)s)...'
|
||||
% config['client'].encode('utf-8', 'ignore')))
|
||||
% config['client']).encode('utf-8', 'ignore'))
|
||||
|
||||
if args.server:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue