fix callMethod

This commit is contained in:
Tomas Kopecek 2021-10-13 13:27:13 +02:00 committed by Yu Ming Zhu
parent 09a8fd71e5
commit a6aeaee3e3

View file

@ -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))