diff --git a/zephyr_mirror.py b/zephyr_mirror.py index dd0b4cc..63777e8 100644 --- a/zephyr_mirror.py +++ b/zephyr_mirror.py @@ -156,7 +156,7 @@ def process_loop(log): zeph = { 'type' : 'stream', 'time' : str(notice.time), 'sender' : sender, - 'class' : notice.cls.lower(), + 'stream' : notice.cls.lower(), 'instance' : notice.instance.lower(), 'zsig' : zsig, # logged here but not used by app 'content' : body }