Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger always None in targets/ssl.py #34

Open
ninjalf2 opened this issue Jul 23, 2019 · 1 comment
Open

Logger always None in targets/ssl.py #34

ninjalf2 opened this issue Jul 23, 2019 · 1 comment
Labels

Comments

@ninjalf2
Copy link

Namely here:

    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)
@BinyaminSharet
Copy link
Member

Yup, you are right. please open PR with a fix on python3_support branch.

ninjalf2 added a commit to ninjalf2/katnip that referenced this issue Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants