From 567256ede0f982cc039c19dc5285f3eac57098dd Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 10 Oct 2012 17:09:16 -0400 Subject: [PATCH] Change send_message to accept a stream, not a class. (imported from commit 0f58de2502bec227f5f33e44692d03f2f28d6f63) --- zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }