finally, minimal config is working :)
This commit is contained in:
parent
606edc99b3
commit
d66ed9413d
10 changed files with 14 additions and 11 deletions
|
|
@ -2,7 +2,7 @@ from lib.parsers.parser import Parser
|
|||
|
||||
|
||||
class ShellParser(Parser):
|
||||
def __init__(self):
|
||||
def __init__(self, **kwargs):
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue