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