Skip to content

Commit

Permalink
Remove customvtfilter from __init__ because it is optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Mar 21, 2019
1 parent 7c18e86 commit 020dd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospd_openvas/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class OSPDopenvas(OSPDaemon):

""" Class for ospd-openvas daemon. """

def __init__(self, certfile, keyfile, cafile, customvtfilter):
def __init__(self, certfile, keyfile, cafile):
""" Initializes the ospd-openvas daemon's internal data. """

super(OSPDopenvas, self).__init__(certfile=certfile, keyfile=keyfile,
Expand Down

0 comments on commit 020dd45

Please sign in to comment.