fix callMethod
This commit is contained in:
parent
09a8fd71e5
commit
a6aeaee3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -2589,7 +2589,7 @@ class ClientSession(object):
|
|||
kwargs = {'proxyuser': proxyuser}
|
||||
if proxyauthtype is not None:
|
||||
kwargs['proxyauthtype'] = proxyauthtype
|
||||
sinfo = self.callMethod('sslLogin', [], kwargs)
|
||||
sinfo = self._callMethod('sslLogin', [], kwargs)
|
||||
|
||||
except Exception as ex:
|
||||
e_str = ''.join(traceback.format_exception_only(type(ex), ex))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue