update abstract method for start

This commit is contained in:
Michel Oosterhof
2015-02-19 06:53:36 +00:00
parent 9e348e4c8d
commit 88f5a3c377

View File

@@ -55,7 +55,7 @@ class DBLogger(object):
func(self.sessions[sessionid], match.groupdict())
break
def start():
def start(self, cfg):
pass
def getSensor(self):