remove isError by default

This commit is contained in:
Michel Oosterhof 2015-03-10 10:14:40 +00:00
parent e53840355a
commit 87b6368fd6
1 changed files with 1 additions and 0 deletions

View File

@ -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: