Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Nov 19, 2014
1 parent a6c3f30 commit e00dcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/ghost.py
Expand Up @@ -759,7 +759,7 @@ def open(self, address, method='get', headers={}, auth=None, body=None,
ssl_conf.setLocalCertificate(certificate)

if "key_path" in client_certificate:
private_path = QtNetwork.QSslKey(
private_key = QtNetwork.QSslKey(
open(client_certificate["key_path"]).read(),
QSsl.Rsa)
ssl_conf.setPrivateKey(private_key)
Expand Down

0 comments on commit e00dcff

Please sign in to comment.