fix linting in the tls script'
This commit is contained in:
parent
0ca2496481
commit
436b124fc8
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ def check_tls(verbose):
|
||||||
)
|
)
|
||||||
|
|
||||||
port = process.stdout.readline()
|
port = process.stdout.readline()
|
||||||
|
localhost_url = 'https://localhost:' + port
|
||||||
|
|
||||||
response = json.load(urllib2.urlopen('https://localhost:' + port, context=ctx))
|
response = json.load(urllib2.urlopen(localhost_url, context=ctx))
|
||||||
tls = response['protocol']
|
tls = response['protocol']
|
||||||
process.wait()
|
process.wait()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue