mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
don't close, data may still be coming
This commit is contained in:
@ -59,7 +59,7 @@ class Output(cowrie.core.output.Output):
|
||||
def stop(self):
|
||||
"""
|
||||
"""
|
||||
self.outfile.close()
|
||||
self.outfile.flush()
|
||||
|
||||
|
||||
def write(self, logentry):
|
||||
|
||||
Reference in New Issue
Block a user