You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def __init__(self, name, host, port, timeout=None, logger=None):
'''
:param name: name of the target
:param host: host ip (to send data to) currently unused
:param port: port to send to
:param timeout: socket timeout (default: None)
:param logger: logger for the object (default: None)
'''
super(SslTarget, self).__init__(name, host, port, timeout, logger=None)
The text was updated successfully, but these errors were encountered:
Namely here:
The text was updated successfully, but these errors were encountered: