mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-10 09:44:29 +01:00
update abstract method for start
This commit is contained in:
@@ -55,7 +55,7 @@ class DBLogger(object):
|
||||
func(self.sessions[sessionid], match.groupdict())
|
||||
break
|
||||
|
||||
def start():
|
||||
def start(self, cfg):
|
||||
pass
|
||||
|
||||
def getSensor(self):
|
||||
|
||||
Reference in New Issue
Block a user