From db5100f837ca189da344fc3659f885e93e7cb930 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sun, 5 Mar 2017 20:12:39 +0000 Subject: [PATCH] Squashed commit of the following: commit 9593db4dfe02cdc5d6e252882af0ce40082c2074 Author: Michel Oosterhof Date: Sat Feb 18 15:58:55 2017 +0000 ttylog switch implementation commit 50c1e3d425844c5a10a38b80b51f8d72363f7f0c Author: Michel Oosterhof Date: Sat Feb 18 15:50:00 2017 +0000 update cowrie.cfg.dist --- cowrie/output/mysql.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cowrie/output/mysql.py b/cowrie/output/mysql.py index 2b531f7..2676a47 100644 --- a/cowrie/output/mysql.py +++ b/cowrie/output/mysql.py @@ -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): """