mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-06 15:54:25 +01:00
fix __init__
This commit is contained in:
@@ -35,7 +35,7 @@ import kippo.core.output
|
||||
|
||||
class Output(kippo.core.output.Output):
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self, cfg):
|
||||
self.outfile = None
|
||||
|
||||
def start(self, cfg):
|
||||
|
||||
Reference in New Issue
Block a user