Squashed commit of the following:

commit 9593db4dfe
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Sat Feb 18 15:58:55 2017 +0000

    ttylog switch implementation

commit 50c1e3d425
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Sat Feb 18 15:50:00 2017 +0000

    update cowrie.cfg.dist
This commit is contained in:
Michel Oosterhof
2017-03-05 20:12:39 +00:00
parent 68391bdd9f
commit db5100f837

View File

@@ -73,8 +73,6 @@ class Output(cowrie.core.output.Output):
except MySQLdb.Error as e:
log.msg("output_mysql: Error %d: %s" % (e.args[0], e.args[1]))
self.db.start()
def stop(self):
"""