don't close, data may still be coming

This commit is contained in:
Michel Oosterhof
2016-01-05 20:15:16 +00:00
parent 1b21106725
commit 2855a53687

View File

@ -59,7 +59,7 @@ class Output(cowrie.core.output.Output):
def stop(self):
"""
"""
self.outfile.close()
self.outfile.flush()
def write(self, logentry):