diff -r 69a7e0b101de -r 926f0426ce78 annot-server/websockets.py --- a/annot-server/websockets.py Fri Oct 17 17:54:06 2014 +0200 +++ b/annot-server/websockets.py Sun Oct 19 12:52:38 2014 +0200 @@ -87,7 +87,7 @@ params_annot = json.loads(msg) params = { - 'event': self.event, + 'event_code': self.event, 'channel' : utils.ANNOTATION_CHANNEL, 'content' : params_annot }