mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-09 16:34:24 +01:00
fix syntax on the latest fix
git-svn-id: https://kippo.googlecode.com/svn/trunk@237 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -11,8 +11,8 @@ class DBLogger(object):
|
||||
self.re_connected = re.compile(
|
||||
'^New connection: ([0-9.]+):([0-9]+) \(([0-9.]+):([0-9]+)\) ' + \
|
||||
'\[session: ([0-9]+)\]$')
|
||||
self.re_sessionlog =
|
||||
re.compile('.*HoneyPotTransport,([0-9]+),[0-9.]+$')
|
||||
self.re_sessionlog = re.compile(
|
||||
'.*HoneyPotTransport,([0-9]+),[0-9.]+$')
|
||||
|
||||
# :dispatch: means the message has been delivered directly via
|
||||
# logDispatch, instead of relying on the twisted logging, which breaks
|
||||
|
||||
Reference in New Issue
Block a user