fix __init__

This commit is contained in:
Michel Oosterhof
2015-04-30 17:03:18 +00:00
parent 90d2c656be
commit c11088c697

View File

@@ -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):