mirror of https://github.com/cowrie/cowrie.git
remove isError by default
This commit is contained in:
parent
e53840355a
commit
87b6368fd6
|
@ -105,6 +105,7 @@ class Output(object):
|
|||
return
|
||||
|
||||
ev = copy.copy(event)
|
||||
del ev['isError']
|
||||
|
||||
# add ISO timestamp and sensor data
|
||||
if not 'time' in ev:
|
||||
|
|
Loading…
Reference in New Issue