From 87b6368fd66644a88578d344c97ddbbabd764cdc Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 10 Mar 2015 10:14:40 +0000 Subject: [PATCH] remove isError by default --- kippo/core/output.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kippo/core/output.py b/kippo/core/output.py index 78dd056..a1a6ff6 100644 --- a/kippo/core/output.py +++ b/kippo/core/output.py @@ -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: