From c11088c6976b63d02ffbef45a4c4253dfec4136b Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Thu, 30 Apr 2015 17:03:18 +0000 Subject: [PATCH] fix __init__ --- kippo/output/jsonlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kippo/output/jsonlog.py b/kippo/output/jsonlog.py index 923e315..0bc57c0 100644 --- a/kippo/output/jsonlog.py +++ b/kippo/output/jsonlog.py @@ -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):